Skip to main content

Operation Decision

The operation decision domain represents errors related to the decision.

enum Error.OperationDecisionDomainCode {
case requireBiometricAuthentication
case requirePINAuthentication
case alreadyDecided
case cantDecideWithoutGettingDetails
}