Documentation ¶
Overview ¶
Package errors contains common error types for the OpenPGP packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrKeyIncorrect error = keyIncorrectError(0)
View Source
var ErrKeyRevoked error = keyRevokedError(0)
View Source
var ErrUnknownIssuer error = unknownIssuerError(0)
Functions ¶
This section is empty.
Types ¶
type InvalidArgumentError ¶
type InvalidArgumentError string
InvalidArgumentError indicates that the caller is in error and passed an incorrect value.
func (InvalidArgumentError) Error ¶
func (i InvalidArgumentError) Error() string
type SignatureError ¶
type SignatureError string
SignatureError indicates that a syntactically valid signature failed to validate.
func (SignatureError) Error ¶
func (b SignatureError) Error() string
type StructuralError ¶
type StructuralError string
A StructuralError is returned when OpenPGP data is found to be syntactically invalid.
func (StructuralError) Error ¶
func (s StructuralError) Error() string
type UnknownPacketTypeError ¶
type UnknownPacketTypeError uint8
func (UnknownPacketTypeError) Error ¶
func (upte UnknownPacketTypeError) Error() string
type UnsupportedError ¶
type UnsupportedError string
UnsupportedError indicates that, although the OpenPGP data is valid, it makes use of currently unimplemented features.
func (UnsupportedError) Error ¶
func (s UnsupportedError) Error() string
Click to show internal directories.
Click to hide internal directories.