Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Err ¶
type Err struct { ErrorCode int `json:"error_code,omitempty"` // application-specific error code ErrorMsg string `json:"error"` // user-facing error message // contains filtered or unexported fields }
func ErrBadRequest ¶
func ErrInternalServerError ¶
func ErrInvalidInput ¶
func ErrNotFound ¶
Click to show internal directories.
Click to hide internal directories.