Documentation ¶
Overview ¶
Package status declares error constants returned by the various implementations of the Authable interface.
NOTE: such constants are located in a separate package to avoid creating undue cyclical dependencies between pkg/store and one of its implementions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidCredentials indicates that the credentials passed are invalid ErrInvalidCredentials = errors.New("invalid credentials") // ErrUserinfo indicates that user information could not be retrieved ErrUserinfo = errors.New("could not retrieve userinfo") // ErrAuthService indicates that we coud not instantiate an authentication service ErrAuthService = errors.New("could not create oauth service") // ErrEmailScope indicates that the email scope is missing from the credentials ErrEmailScope = errors.New("email scope is mandatory to run datamon") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.