import "golang.org/x/crypto/openpgp/errors"
Package errors contains common error types for the OpenPGP packages.
InvalidArgumentError indicates that the caller is in error and passed an incorrect value.
func (i InvalidArgumentError) Error() string
SignatureError indicates that a syntactically valid signature failed to validate.
func (b SignatureError) Error() string
A StructuralError is returned when OpenPGP data is found to be syntactically invalid.
func (s StructuralError) Error() string
func (upte UnknownPacketTypeError) Error() string
UnsupportedError indicates that, although the OpenPGP data is valid, it makes use of currently unimplemented features.
func (s UnsupportedError) Error() string
Package errors imports 1 packages (graph) and is imported by 24 packages. Updated 9 years ago. Refresh now. Tools for package owners.