errors

package
v0.0.0-...-6bcd878 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	InvalidEmail       = status.Error(codes.InvalidArgument, "Invalid email")
	TokenNotProvided   = status.Error(codes.Unauthenticated, "Token not provided")
	InvalidAccessToken = status.Error(codes.Unauthenticated, "Invalid access token")
	Internal           = status.Error(codes.Internal, "Internal error")
	NotLoggedIn        = status.Error(codes.Unauthenticated, "You are not logged in")
	NotFound           = status.Error(codes.NotFound, "Not found")
)

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