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: String
Io(Error)

General I/O error.

Tuple Fields of Io

0: Error
Asn1(ASN1Error)

Tuple Fields of Asn1

0: ASN1Error

Tuple Fields of Cms

0: CmsError
NoCertificateData
BadDecryptionPassword
PfxRead(String)

Tuple Fields of PfxRead

0: String
BadWindowsCertificateStore(String)

Tuple Fields of BadWindowsCertificateStore

0: String
BadUrl(Error)

Tuple Fields of BadUrl

0: Error
MacOsKeychainNotSupported
CertificateResolutionFailure(String)

Tuple Fields of CertificateResolutionFailure

0: String
CertificateNotUsable(String)

Tuple Fields of CertificateNotUsable

0: String
MacOsCertificateChainResolveFailure(AppleCodesignError)

Tuple Fields of MacOsCertificateChainResolveFailure

0: AppleCodesignError
PathNotSignable(PathBuf)

Tuple Fields of PathNotSignable

0: PathBuf
MachOSigningError(AppleCodesignError)

Tuple Fields of MachOSigningError

0: AppleCodesignError
AppleBundleSigningError(AppleCodesignError)

Tuple Fields of AppleBundleSigningError

0: AppleCodesignError
SettingsCallback(Error)

Tuple Fields of SettingsCallback

0: Error
SigntoolError(Error)

Tuple Fields of SigntoolError

0: Error
IncompatibleSigningDestination(&'static str)

Tuple Fields of IncompatibleSigningDestination

0: &'static str
GeneralSigning(String)

Tuple Fields of GeneralSigning

0: String
X509Certificate(X509CertificateError)

Tuple Fields of X509Certificate

0: X509CertificateError

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

The lower-level source of this error, if any. Read more

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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