Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Alias noinspection GoUnusedGlobalVariable
View Source
var ( AuthTokenInvalid = errors.New("auth token is invalid") AuthTokenExpired = errors.New("auth token is expired") AuthTokenNotValidYet = errors.New("auth token not active yet") AuthTokenMalformed = errors.New("auth token is malformed") AuthTokenGenerateFail = errors.New("failed to generate auth token") )
Auth
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
func (*Error) MessageCode ¶
Click to show internal directories.
Click to hide internal directories.