Documentation ¶
Overview ¶
Package error contains common error types for the OpenPGP packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KeyIncorrectError = keyIncorrect(0)
View Source
var UnknownIssuerError = unknownIssuer(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) String ¶
func (i InvalidArgumentError) String() string
type SignatureError ¶
type SignatureError string
SignatureError indicates that a syntactically valid signature failed to validate.
func (SignatureError) String ¶
func (b SignatureError) String() string
type StructuralError ¶
type StructuralError string
A StructuralError is returned when OpenPGP data is found to be syntactically invalid.
func (StructuralError) String ¶
func (s StructuralError) String() string
type UnknownPacketTypeError ¶
type UnknownPacketTypeError uint8
func (UnknownPacketTypeError) String ¶
func (upte UnknownPacketTypeError) String() string
type UnsupportedError ¶
type UnsupportedError string
UnsupportedError indicates that, although the OpenPGP data is valid, it makes use of currently unimplemented features.
func (UnsupportedError) String ¶
func (s UnsupportedError) String() string
Click to show internal directories.
Click to hide internal directories.