Documentation ¶
Overview ¶
Package errors contains error types definition and related functions used by the Liqo Auth package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationFailedError ¶
type AuthenticationFailedError struct {
Reason string
}
AuthenticationFailedError is returned when the auth service was not able to validate the user pre-authentication.
func (*AuthenticationFailedError) Error ¶
func (err *AuthenticationFailedError) Error() string
type ClientError ¶
type ClientError struct {
Reason string
}
ClientError is returned when the error is caused by clients bad values.
func (*ClientError) Error ¶
func (err *ClientError) Error() string
Click to show internal directories.
Click to hide internal directories.