errors

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

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