Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomError ¶
type CustomError struct { Code int `json:"code"` Message string `json:"message"` Err error `json:"err"` }
func (*CustomError) Error ¶
func (e *CustomError) Error() string
Click to show internal directories.
Click to hide internal directories.