Enum tugger_code_signing::SigningError [−][src]
pub enum SigningError {
Show 21 variants
SignableTestError(String),
Io(Error),
Asn1(ASN1Error),
Cms(CmsError),
NoCertificateData,
BadDecryptionPassword,
PfxRead(String),
BadWindowsCertificateStore(String),
BadUrl(Error),
MacOsKeychainNotSupported,
CertificateResolutionFailure(String),
CertificateNotUsable(String),
MacOsCertificateChainResolveFailure(AppleCodesignError),
PathNotSignable(PathBuf),
MachOSigningError(AppleCodesignError),
AppleBundleSigningError(AppleCodesignError),
SettingsCallback(Error),
SigntoolError(Error),
IncompatibleSigningDestination(&'static str),
GeneralSigning(String),
X509Certificate(X509CertificateError),
}Expand description
Represents a signing error.
Variants
SignableTestError(String)Tuple Fields of SignableTestError
0: StringIo(Error)General I/O error.
Tuple Fields of Io
0: ErrorAsn1(ASN1Error)Tuple Fields of Asn1
0: ASN1ErrorCms(CmsError)Tuple Fields of Cms
0: CmsErrorPfxRead(String)Tuple Fields of PfxRead
0: StringBadWindowsCertificateStore(String)Tuple Fields of BadWindowsCertificateStore
0: StringBadUrl(Error)Tuple Fields of BadUrl
0: ErrorCertificateResolutionFailure(String)Tuple Fields of CertificateResolutionFailure
0: StringCertificateNotUsable(String)Tuple Fields of CertificateNotUsable
0: StringMacOsCertificateChainResolveFailure(AppleCodesignError)Tuple Fields of MacOsCertificateChainResolveFailure
PathNotSignable(PathBuf)Tuple Fields of PathNotSignable
0: PathBufMachOSigningError(AppleCodesignError)Tuple Fields of MachOSigningError
AppleBundleSigningError(AppleCodesignError)Tuple Fields of AppleBundleSigningError
SettingsCallback(Error)Tuple Fields of SettingsCallback
0: ErrorSigntoolError(Error)Tuple Fields of SigntoolError
0: ErrorIncompatibleSigningDestination(&'static str)Tuple Fields of IncompatibleSigningDestination
0: &'static strGeneralSigning(String)Tuple Fields of GeneralSigning
0: StringX509Certificate(X509CertificateError)Tuple Fields of X509Certificate
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for SigningError
impl Send for SigningError
impl Sync for SigningError
impl Unpin for SigningError
impl !UnwindSafe for SigningError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more