Documentation ¶
Overview ¶
Package errors provides common errors that can be used throughout the library for handling of resource errors
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAccountNotConfigured = errors.New("account is not configured")
View Source
var ErrBlocklistAccount = errors.New("account is in blocklist")
View Source
var ErrNoBlocklistDefined = errors.New("no blocklist defined")
Functions ¶
This section is empty.
Types ¶
type ErrDeprecatedResourceType ¶
type ErrDeprecatedResourceType string
func (ErrDeprecatedResourceType) Error ¶
func (err ErrDeprecatedResourceType) Error() string
type ErrHoldResource ¶
type ErrHoldResource string
func (ErrHoldResource) Error ¶
func (err ErrHoldResource) Error() string
type ErrSkipRequest ¶
type ErrSkipRequest string
func (ErrSkipRequest) Error ¶
func (err ErrSkipRequest) Error() string
type ErrUnknownEndpoint ¶
type ErrUnknownEndpoint string
func (ErrUnknownEndpoint) Error ¶
func (err ErrUnknownEndpoint) Error() string
type ErrUnknownPreset ¶
type ErrUnknownPreset string
func (ErrUnknownPreset) Error ¶
func (err ErrUnknownPreset) Error() string
Click to show internal directories.
Click to hide internal directories.