errors

package
v0.0.0-...-1a5deed Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrInternalServerError is thrown when there's a server error
	ErrInternalServerError = errors.New("internal server error")

	// ErrValidationError the input is invalid
	ErrValidationError = errors.New("input validation errors")

	// ErrInvalidJWTToken is thrown when the JWT token is invalid
	ErrInvalidJWTToken = errors.New("invalid JWT token")
)

Customer facing errors

View Source
var (
	// ErrCodeMissingJWT code when he jwt token is not present
	ErrCodeMissingJWT = stacktrace.ErrorCode(71)
)

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