Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrorRespone ¶
Types ¶
type ErrorResponse ¶
type ErrorResponse struct { Message string `json:"message"` Errors []*ValidationMessage `json:"errors"` Status int `json:"status"` } // @Name ErrorResponse
func (*ErrorResponse) Error ¶
func (e *ErrorResponse) Error() string
type ValidationMessage ¶
Click to show internal directories.
Click to hide internal directories.