package errors

Import Path
	golang.org/x/crypto/openpgp/errors (on go.dev)

Dependency Relation
	imports one package, and imported by 4 packages

Involved Source Files Package errors contains common error types for the OpenPGP packages.
Package-Level Type Names (total 8, in which 5 are exported)
/* sort exporteds by: | */
InvalidArgumentError indicates that the caller is in error and passed an incorrect value. ( T) Error() string T : error
SignatureError indicates that a syntactically valid signature failed to validate. ( T) Error() string T : error
A StructuralError is returned when OpenPGP data is found to be syntactically invalid. ( T) Error() string T : error
( T) Error() string T : error
UnsupportedError indicates that, although the OpenPGP data is valid, it makes use of currently unimplemented features. ( T) Error() string T : error
Package-Level Variables (total 3, all are exported)