Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrTypeWarn = "warn" ErrTypeError = "err" ErrTypeIgnore = "ignore" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
Exception panic as exception
func NewIgnore ¶ added in v0.1.119
NewIgnore create new error with status and message errType=ignore
func (*Error) IsErrTypeErr ¶ added in v0.1.119
IsErrTypeErr return is err
func (*Error) IsErrTypeIgnore ¶ added in v0.1.119
IsErrTypeIgnore return is ignore
func (*Error) IsErrTypeWarn ¶ added in v0.1.119
IsErrTypeWarn return is warn
Click to show internal directories.
Click to hide internal directories.