status

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2020 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL