Versions in this module Expand all Collapse all v0 v0.1.0 Aug 5, 2026 Changes in this version + const Version + func IsCertificateInvalid(err error) bool + func IsCertificateRevoked(err error) bool + func IsCredentialRejected(err error) bool + func IsDuplicate(err error) bool + func IsExhausted(err error) bool + func IsLimitExceeded(err error) bool + func IsNoInfo(err error) bool + type SolicitudState int + const StateAccepted + const StateError + const StateExpired + const StateFinished + const StateInProgress + const StateRejected + func (s SolicitudState) String() string + func (s SolicitudState) Terminal() bool + type StatusCode string + const StatusAccepted + const StatusCertInvalid + const StatusCertRevoked + const StatusDuplicate + const StatusExhausted + const StatusLimitExceeded + const StatusNoInfo + const StatusSealMalformed + const StatusSealMismatch + const StatusUserInvalid + const StatusXMLMalformed + func (c StatusCode) Description() string + type StatusError struct + Code StatusCode + Message string + Operation string + func AsStatusError(err error) (*StatusError, bool) + func (e *StatusError) Error() string