Documentation
¶
Index ¶
Constants ¶
View Source
const (
HTTPErrorTypeGeneric string = "generic"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPError ¶
type HTTPError struct { types.PublicHTTPError Internal error `json:"-` AdditionalData map[string]interface{} `json:"-` }
type HTTPValidationError ¶
type HTTPValidationError struct { types.PublicHTTPValidationError Internal error `json:"-"` AdditionalData map[string]interface{} `json:"-"` }
func (*HTTPValidationError) Error ¶
func (e *HTTPValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.