Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultErrorKind = EINTERNAL DefaultErrorMessage = "Internal error" DefaultErrorCode = "internal_error" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorKind ¶
type ErrorKind string
func ParseError ¶
ParseError parses err and hide internal level or implementation error. Any Error non-compatible will be ignored and returns EINTERNAL kind of error.
Click to show internal directories.
Click to hide internal directories.