Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error404 ¶
type Error404 struct {
UnKnowError
}
type HasPraiseError ¶
type HasPraiseError struct {
UnKnowError
}
func (HasPraiseError) Code ¶
func (err HasPraiseError) Code() int
func (HasPraiseError) Error ¶
func (err HasPraiseError) Error() string
type NoUserError ¶
type NoUserError struct {
UnKnowError
}
func (NoUserError) Code ¶
func (err NoUserError) Code() int
func (NoUserError) Error ¶
func (err NoUserError) Error() string
type UnKnowError ¶
type UnKnowError struct {
// contains filtered or unexported fields
}
func NewError ¶
func NewError(msg string, err2 error) UnKnowError
func (UnKnowError) Code ¶
func (err UnKnowError) Code() int
func (UnKnowError) Error ¶
func (err UnKnowError) Error() string
func (UnKnowError) ReasonError ¶
func (err UnKnowError) ReasonError() error
Click to show internal directories.
Click to hide internal directories.