crypto: golang.org/x/crypto/openpgp/errors Index | Files

package errors

import "golang.org/x/crypto/openpgp/errors"

Package errors contains common error types for the OpenPGP packages.

Index

Package Files

errors.go

Variables

var ErrKeyIncorrect error = keyIncorrectError(0)
var ErrKeyRevoked error = keyRevokedError(0)
var ErrUnknownIssuer error = unknownIssuerError(0)

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

Package errors imports 1 packages (graph) and is imported by 24 packages. Updated 9 years ago. Refresh now. Tools for package owners.