Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrResponse ¶
type ErrResponse struct {
Errors []string `json:"errors"`
}
func ToErrResponse ¶
func ToErrResponse(err error) *ErrResponse
Click to show internal directories.
Click to hide internal directories.