Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrorTypeParsingException = "parsing_exception" ErrorTypeXContentParseException = "x_content_parse_exception" ErrorTypeIllegalArgumentException = "illegal_argument_exception" ErrorTypeRuntimeException = "runtime_exception" ErrorTypeNotImplemented = "not_implemented" ErrorTypeInvalidArgument = "invalid_argument" )
Variables ¶
View Source
var ( ErrCancelSignal = errors.New("cancelled") // just for cancel notice ErrNotFound = errors.New("not found") ErrKeyNotFound = errors.New("key not found") ErrKeyEmpty = errors.New("key is be empty") )
View Source
var ErrorIDNotFound = errors.New("id not found")
Functions ¶
func HandleError ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.