HaloErrorCode enum
Values
- ok → const HaloErrorCode
- declined → const HaloErrorCode
- forbidden → const HaloErrorCode
- invalidApiKey → const HaloErrorCode
- invalidJSON → const HaloErrorCode
- invalidRequest → const HaloErrorCode
- blockedUser → const HaloErrorCode
- requestSignatureInvalid → const HaloErrorCode
- requestSignatureMissing → const HaloErrorCode
- deviceKeyMissing → const HaloErrorCode
- deviceKeyInvalid → const HaloErrorCode
- replayedMessage → const HaloErrorCode
- requestSigningKeyMissing → const HaloErrorCode
- requestSigningKeyInvalid → const HaloErrorCode
- requestEncryptionKeyMissing → const HaloErrorCode
- requestEncryptionKeyInvalid → const HaloErrorCode
- deviceNotAttested → const HaloErrorCode
- deviceFailedAttestation → const HaloErrorCode
- jwtInvalid → const HaloErrorCode
- jwtExpired → const HaloErrorCode
- idAlreadyExists → const HaloErrorCode
- phoneNumberNotVerified → const HaloErrorCode
- emailNotVerified → const HaloErrorCode
- dataNotFound → const HaloErrorCode
- transactionDoesNotBelongToMerchant → const HaloErrorCode
- duplicateMerchantReference → const HaloErrorCode
- receiptSignatureInvalid → const HaloErrorCode
- databaseIntegrityFailed → const HaloErrorCode
- databaseError → const HaloErrorCode
- decryptRequestError → const HaloErrorCode
- unknownError → const HaloErrorCode
- nfcDisabled → const HaloErrorCode
- invalidSystemState → const HaloErrorCode
- invalidCurrency → const HaloErrorCode
- invalidAndroidVersion → const HaloErrorCode
- errorParsingJWT → const HaloErrorCode
- networkError → const HaloErrorCode
- responseSignatureMissing → const HaloErrorCode
- responseSignatureInvalid → const HaloErrorCode
- serverRequestedConfigClear → const HaloErrorCode
- errorDeserialising → const HaloErrorCode
- safetyNetAttestationError → const HaloErrorCode
- timeDriftTooGreat → const HaloErrorCode
- attestationInProgress → const HaloErrorCode
- rootedDevice → const HaloErrorCode
- instrumentedDevice → const HaloErrorCode
- debuggedDevice → const HaloErrorCode
- cancelledTransaction → const HaloErrorCode
- cardTapTimeoutExpired → const HaloErrorCode
- transactionError → const HaloErrorCode
- teeAttestationError → const HaloErrorCode
- errorValidatingPinKey → const HaloErrorCode
- integrityCheckFailed → const HaloErrorCode
- systemNotInitialised → const HaloErrorCode
- cameraPermissionNotGranted → const HaloErrorCode
- accessibilityServiceBlocksPin → const HaloErrorCode
- developerOptionsBlockPin → const HaloErrorCode
- missingAttestationNonce → const HaloErrorCode
- configFetchError → const HaloErrorCode
- missingEntropy → const HaloErrorCode
- invalidTransactionReference → const HaloErrorCode
- missingSecureCardReaderImplementation → const HaloErrorCode
- bluetoothConnectPermissionsNotGranted → const HaloErrorCode
- bluetoothScanPermissionNotGranted → const HaloErrorCode
- bluetoothScanInProgress → const HaloErrorCode
- bluetoothPairFailed → const HaloErrorCode
- secureCardReaderCommandFailed → const HaloErrorCode
- secureCardReaderTimeout → const HaloErrorCode
- secureCardReaderConfigInvalid → const HaloErrorCode
- bluetoothNotEnabled → const HaloErrorCode
- secureCardReaderPinError → const HaloErrorCode
- secureCardReaderPluginNotAvailableForDevice → const HaloErrorCode
- secureCardReaderTransactionInProgress → const HaloErrorCode
- bluetoothFineLocationPermissionsNotGranted → const HaloErrorCode
- bluetoothPairTimeout → const HaloErrorCode
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
HaloErrorCode> - A constant List of the values in this enum, in order of their declaration.