package
1.0.5
Repository: https://github.com/cbrgm/authproxy.git
Documentation: pkg.go.dev

# Functions

IsInternalError determines if err is an error which indicates an internal server error.
IsUnauthorized determines if err is an error which indicates that the request is unauthorized and requires authentication by the user.
NewInternalError returns an error indicating the item is invalid and cannot be processed.
NewUnauthorized returns an error indicating the client is not authorized to perform the requested action.
ReasonForError returns the HTTP status for a particular error.

# Structs

No description provided by the author

# Interfaces

APIStatus is exposed by errors that can be converted to an api.Status object for finer grained details.