Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IndexOutOfBoundError ¶
func IndexOutOfBoundError() error
func UnmarshallError ¶
Types ¶
type InternalError ¶
type InternalError struct {
ErrorCode int `json:"code"`
ErrorMessage string `json:"errorMessage"`
ErrorDetails error `json:"errorDetails"`
}
func (*InternalError) Error ¶
func (e *InternalError) Error() string
Click to show internal directories.
Click to hide internal directories.