errors

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2025 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessTokenDoesNotBelongToRefreshTokenError added in v1.0.0

type AccessTokenDoesNotBelongToRefreshTokenError struct {
	Message string
	BaseErr error
}

func (AccessTokenDoesNotBelongToRefreshTokenError) Error added in v1.0.0

type InvalidDisplayNameError added in v1.1.0

type InvalidDisplayNameError struct {
	Message string
	BaseErr error
}

func (InvalidDisplayNameError) Error added in v1.1.0

func (e InvalidDisplayNameError) Error() string

type InvalidEmailError added in v1.1.0

type InvalidEmailError struct {
	Message string
	BaseErr error
}

func (InvalidEmailError) Error added in v1.1.0

func (e InvalidEmailError) Error() string

type InvalidPasswordError

type InvalidPasswordError struct {
	Message string
	BaseErr error
}

func (InvalidPasswordError) Error

func (e InvalidPasswordError) Error() string

type RefreshTokenAlreadyExistsError added in v1.0.0

type RefreshTokenAlreadyExistsError struct {
	Message string
	BaseErr error
}

func (RefreshTokenAlreadyExistsError) Error added in v1.0.0

type RefreshTokenNotFoundError added in v1.0.0

type RefreshTokenNotFoundError struct {
	Message string
	BaseErr error
}

func (RefreshTokenNotFoundError) Error added in v1.0.0

type UserAlreadyExistsError added in v0.0.7

type UserAlreadyExistsError struct {
	Message string
	BaseErr error
}

func (UserAlreadyExistsError) Error added in v0.0.7

func (e UserAlreadyExistsError) Error() string

type UserNotFoundError

type UserNotFoundError struct {
	Message string
	BaseErr error
}

func (UserNotFoundError) Error

func (e UserNotFoundError) Error() string

type WrongPasswordError added in v1.1.0

type WrongPasswordError struct {
	Message string
	BaseErr error
}

func (WrongPasswordError) Error added in v1.1.0

func (e WrongPasswordError) Error() string

Jump to

Keyboard shortcuts

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