Documentation ¶
Index ¶
- type DuplicateElementError
- type IncorrectUsernameOrPasswordError
- type InvalidAuthTokenError
- type InvalidPostPageError
- type InvalidUserPageError
- type MissingAuthTokenError
- type MissingDefaultUsernameOrPasswordError
- type MissingPasswordError
- type MissingUrlHandleError
- type MissingUsernameError
- type PasswordHashingError
- type PostNotFoundError
- type UnexpectedPostError
- type UnexpectedUserError
- type UserNotFoundError
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 ¶
func (i IncorrectUsernameOrPasswordError) Error() string
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 ¶
func (i MissingDefaultUsernameOrPasswordError) Error() string
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
Click to show internal directories.
Click to hide internal directories.