wrappers

package
v3.8.8 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2023 License: MIT Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var NonExistentErr error = nonExistentError{/* contains filtered or unexported fields */}

NonExistentErr is an error of type nonExistentError with the underlying error message

View Source
var UnauthorizedErr error = unauthorizedError{/* contains filtered or unexported fields */}

UnauthorizedErr is an error of type unauthorizedError with the underlying error message

View Source
var ValidationErr error = validationError{/* contains filtered or unexported fields */}

ValidationErr is an error of type validationError with the underlying error message

Functions

func NewNonExistentErr added in v3.5.0

func NewNonExistentErr(err error) error

NewNonExistentErr wraps the given error in a nonExistentError

func NewUnauthorizedErr

func NewUnauthorizedErr(err error) error

NewUnauthorizedErr wraps the given error in an unauthorizedError

func NewValidationErr

func NewValidationErr(err error) error

NewValidationErr wraps the given error in a validationError

Types

This section is empty.

Jump to

Keyboard shortcuts

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