Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrUserNotFound indicates the requested user does not exist. ErrUserNotFound = errors.New("user not found") // ErrUserExists indicates a user with the given email already exists. ErrUserExists = errors.New("user already exists") // ErrTokenNotFound indicates the requested refresh token does not exist. ErrTokenNotFound = errors.New("refresh token not found") // ErrCredentialNotFound indicates no credentials exist for the user. ErrCredentialNotFound = errors.New("credential not found") )
Store errors for use with errors.Is().
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.