Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternalError ¶
type InternalError struct {
Message string `json:"error_message"`
HttpCode int `json:"http_code"`
Details []string `json:"details"`
}
func NewInternalError ¶
func NewInternalError(message string, httpCode int, details []string) *InternalError
func (*InternalError) Error ¶
func (e *InternalError) Error() string
Click to show internal directories.
Click to hide internal directories.