Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrSame = fmt.Errorf("the value is same") ErrNotImplement = fmt.Errorf("NOT implement") ErrNotSupported = fmt.Errorf("NOT support") ErrExpired = fmt.Errorf("the value is expired") ErrInvalid = fmt.Errorf("the value is invalid") ErrNotFound = fmt.Errorf("NOT found") ErrObjectNil = fmt.Errorf("the object is nil") ErrParam = fmt.Errorf("the param is not error") ErrException = fmt.Errorf("the exception") ErrExisted = fmt.Errorf("the object is existed") )
Functions ¶
This section is empty.
Types ¶
type Result ¶
func (Result) GetSubCode ¶ added in v1.0.28
func (Result) IsTokenError ¶
func (Result) IsTryCount ¶
Click to show internal directories.
Click to hide internal directories.