errortypes

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DuplicateElementError

type DuplicateElementError struct {
	Key string
}

func (DuplicateElementError) Error

func (d DuplicateElementError) Error() string

type IncorrectUsernameOrPasswordError

type IncorrectUsernameOrPasswordError struct{}

func (IncorrectUsernameOrPasswordError) Error

type InvalidAuthTokenError

type InvalidAuthTokenError struct{}

func (InvalidAuthTokenError) Error

func (i InvalidAuthTokenError) Error() string

type InvalidPostPageError added in v0.2.0

type InvalidPostPageError struct {
	Page int
}

func (InvalidPostPageError) Error added in v0.2.0

func (e InvalidPostPageError) Error() string

type InvalidUserPageError added in v0.2.0

type InvalidUserPageError struct {
	Page int
}

func (InvalidUserPageError) Error added in v0.2.0

func (e InvalidUserPageError) Error() string

type MissingAuthTokenError

type MissingAuthTokenError struct{}

func (MissingAuthTokenError) Error

func (m MissingAuthTokenError) Error() string

type MissingDefaultUsernameOrPasswordError

type MissingDefaultUsernameOrPasswordError struct{}

func (MissingDefaultUsernameOrPasswordError) Error

type MissingPasswordError

type MissingPasswordError struct {
}

func (MissingPasswordError) Error

func (i MissingPasswordError) Error() string

type MissingUrlHandleError

type MissingUrlHandleError struct{}

func (MissingUrlHandleError) Error

func (e MissingUrlHandleError) Error() string

type MissingUsernameError

type MissingUsernameError struct {
}

func (MissingUsernameError) Error

func (i MissingUsernameError) Error() string

type PasswordHashingError

type PasswordHashingError struct{}

func (PasswordHashingError) Error

func (i PasswordHashingError) Error() string

type PostNotFoundError

type PostNotFoundError struct {
	URLHandle string
}

func (PostNotFoundError) Error

func (e PostNotFoundError) Error() string

type UnexpectedPostError

type UnexpectedPostError struct {
	URLHandle string
}

func (UnexpectedPostError) Error

func (e UnexpectedPostError) Error() string

type UnexpectedUserError

type UnexpectedUserError struct {
	UserName string
}

func (UnexpectedUserError) Error

func (e UnexpectedUserError) Error() string

type UserNotFoundError

type UserNotFoundError struct {
	UserName string
}

func (UserNotFoundError) Error

func (e UserNotFoundError) Error() string

Jump to

Keyboard shortcuts

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