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,
}