Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadFormat ¶
type BadFormat struct {
// contains filtered or unexported fields
}
BadFormat wraps error due to bad formating.
type Context ¶
type Context struct { Name string Data interface{} }
Context represents error contextual information.
type Error ¶
Error represents service error.
func NewInvalData ¶
NewInvalData constructs InvalData error.
type Internal ¶
type Internal struct {
// contains filtered or unexported fields
}
Internal wraps error signaling it is an internal one.
type InvalData ¶
type InvalData struct {
// contains filtered or unexported fields
}
InvalData wraps error due to invalid data.
Click to show internal directories.
Click to hide internal directories.