errors

package
v0.0.0-...-5ea612d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2021 License: BSD-3-Clause Imports: 1 Imported by: 1,230

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL