Versions in this module Expand all Collapse all v1 v1.3.2 May 31, 2019 Changes in this version + const BundleExpiringBit + const BundleNotUbiquitousBit + const CTClientConstructionFailed + const InsertionFailed + const PrecertInvalidPoison + const PrecertMissingPoison + const PrecertSubmissionFailed + const RecordNotFound + type Category int + const APIClientError + const CSRError + const CTError + const CertStoreError + const CertificateError + const DialError + const IntermediatesError + const OCSPError + const PolicyError + const PrivateKeyError + const RootError + const Success + type Error struct + ErrorCode int + Message string + func New(category Category, reason Reason) *Error + func Wrap(category Category, reason Reason, err error) *Error + func (e *Error) Error() string + type HTTPError struct + StatusCode int + func NewBadRequest(err error) *HTTPError + func NewBadRequestMissingParameter(s string) *HTTPError + func NewBadRequestString(s string) *HTTPError + func NewBadRequestUnwantedParameter(s string) *HTTPError + func NewMethodNotAllowed(method string) *HTTPError + func (e *HTTPError) Error() string + type Reason int + const AuthenticationFailure + const BadRequest + const ClientHTTPError + const DecodeFailed + const Encrypted + const GenerationFailed + const IOError + const InvalidPolicy + const InvalidRequest + const InvalidStatus + const IssuerMismatch + const JSONError + const KeyMismatch + const MissingSerial + const NoKeyUsages + const None + const NotRSAOrECC + const ParseFailed + const ReadFailed + const SelfSigned + const ServerRequestFailed + const Unavailable + const Unknown + const UnknownProfile + const UnmatchedWhitelist + const VerifyFailed