Documentation ¶
Index ¶
- type Category
- type Code
- type DocURL
- type Field
- type Response
- func NewIdemKeyError(err error) Response
- func NewInternalError(err error) Response
- func NewInvalidJSONError(err error) Response
- func NewInvalidValueError(err error) Response
- func NewNotFoundError(err error) Response
- func NewTransactionError(err error) Response
- func NewValidationError(errs validator.ValidationErrors) Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct {
ErrorFields []Field `json:"errors"`
}
func NewIdemKeyError ¶
func NewInternalError ¶
func NewInvalidJSONError ¶
func NewInvalidValueError ¶
func NewNotFoundError ¶
func NewTransactionError ¶
func NewValidationError ¶
func NewValidationError(errs validator.ValidationErrors) Response
Click to show internal directories.
Click to hide internal directories.