Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseError ¶
type BaseError struct {
Message string `json:"error"`
InternalMessage string `json:"internal_error"`
DescriptionMessage string `json:"description"`
}
func NewBaseError ¶
func (*BaseError) Description ¶
func (*BaseError) InternalError ¶
type BaseErrorAdapter ¶
Click to show internal directories.
Click to hide internal directories.