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
/// The operation requires a precise location and none was shared with the approval.
case requirePreciseLocation
/// The operation requires a confirmation code and no option was picked before approving it.
case requireConfirmationCode
/// The user picked the wrong confirmation code. Final: the operation failed and cannot be decided again.
case wrongConfirmationCode
}