pub type LockedSecretBytesCheckedCopyError = SecretIntegrityError<LengthError>;Expand description
Compatibility name for fixed-size copy operations that check integrity.
Aliased Type§
pub enum LockedSecretBytesCheckedCopyError {
Canary(CanaryCorruptedError),
Operation(LengthError),
}Variants§
Canary(CanaryCorruptedError)
Prefix or suffix canary verification failed.
Operation(LengthError)
The requested operation failed for a non-integrity reason.