Skip to main content

ReasonCode

Type Alias ReasonCode 

Source
pub type ReasonCode = HelmErrorErrorReasonCode;

Aliased Type§

pub enum ReasonCode {
Show 14 variants DenyToolNotFound, DenySchemaMismatch, DenyOutputDrift, DenyBudgetExceeded, DenyApprovalRequired, DenyApprovalTimeout, DenySandboxTrap, DenyGasExhaustion, DenyTimeLimit, DenyMemoryLimit, DenyPolicyViolation, DenyTrustKeyRevoked, DenyIdempotencyDuplicate, ErrorInternal,
}

Variants§

§

DenyToolNotFound

§

DenySchemaMismatch

§

DenyOutputDrift

§

DenyBudgetExceeded

§

DenyApprovalRequired

§

DenyApprovalTimeout

§

DenySandboxTrap

§

DenyGasExhaustion

§

DenyTimeLimit

§

DenyMemoryLimit

§

DenyPolicyViolation

§

DenyTrustKeyRevoked

§

DenyIdempotencyDuplicate

§

ErrorInternal