...

Package sigerrors

import "github.com/sassoftware/relic/signers/sigerrors"
Overview
Index

Overview ▾

Variables

var (
    ErrExist = errors.New("object already exists in token")
)

type ErrNoCertificate

type ErrNoCertificate struct {
    Type string
}

func (ErrNoCertificate) Error

func (e ErrNoCertificate) Error() string

type KeyNotFoundError

type KeyNotFoundError struct{}

func (KeyNotFoundError) Error

func (KeyNotFoundError) Error() string

type NotSignedError

type NotSignedError struct {
    Type string
}

func (NotSignedError) Error

func (e NotSignedError) Error() string

type PinIncorrectError

type PinIncorrectError struct{}

func (PinIncorrectError) Error

func (PinIncorrectError) Error() string