Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidEmailOrPassword = errors.New("invalid email or password") )
Functions ¶
Types ¶
type ErrorWithCode ¶
type ErrorWithCode struct { Code string // contains filtered or unexported fields }
func ErrWithCode ¶
func ErrWithCode(code string, message string) ErrorWithCode
Click to show internal directories.
Click to hide internal directories.