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
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
NewNonExistentErr wraps the given error in a nonExistentError
func NewUnauthorizedErr ¶
NewUnauthorizedErr wraps the given error in an unauthorizedError
func NewValidationErr ¶
NewValidationErr wraps the given error in a validationError
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.