Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrComputeRestrictions ¶
type ErrComputeRestrictions struct {
Err error
}
An ErrComputeRestrictions represents a generic restrictions computation error.
func (ErrComputeRestrictions) Error ¶
func (e ErrComputeRestrictions) Error() string
func (ErrComputeRestrictions) Unwrap ¶
func (e ErrComputeRestrictions) Unwrap() error
Unwrap returns the wrapped error.
type ErrInputToken ¶
type ErrInputToken struct {
Err error
}
An ErrInputToken represents a generic input token error.
func (ErrInputToken) Error ¶
func (e ErrInputToken) Error() string
func (ErrInputToken) Unwrap ¶
func (e ErrInputToken) Unwrap() error
Unwrap returns the wrapped error.
Click to show internal directories.
Click to hide internal directories.