HaloErrorCode enum

Inheritance
Available extensions

Values

ok → const HaloErrorCode
declined → const HaloErrorCode
declinedOffline → const HaloErrorCode
singleTapAndPin → const HaloErrorCode
unauthorised → 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
invalidAlgorithm → const HaloErrorCode
siteIdentifierInvalid → const HaloErrorCode
siteIdentifierMissing → const HaloErrorCode
errorWithExternalRequest → const HaloErrorCode
integratorNotApproved → const HaloErrorCode
dataError → const HaloErrorCode
userInvalid → const HaloErrorCode
unknownDeviceInstallationId → const HaloErrorCode
requestEncryptionUnsupportedCurve → const HaloErrorCode
blockedDevice → const HaloErrorCode
databaseIntegrityFailed → const HaloErrorCode
databaseError → const HaloErrorCode
decryptRequestError → const HaloErrorCode
unknownError → const HaloErrorCode
cryptoError → const HaloErrorCode
dukputTransactionCounterOverflow → const HaloErrorCode
invalidPaymentProvider → const HaloErrorCode
declinedByPaymentProvider → const HaloErrorCode
failedToSubmitToAllPaymentProviders → const HaloErrorCode
invalidPinData → const HaloErrorCode
refundTooLate → const HaloErrorCode
refundAlreadyProcessed → const HaloErrorCode
missingPfsServerKey → 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
googlePlayUnavailable → 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
useOfNfcStateBeforeConnect → const HaloErrorCode
failedToImportServerSigningCert → const HaloErrorCode
failedToImportServerEncryptionKey → const HaloErrorCode
notImplemented → const HaloErrorCode
missingSensors → const HaloErrorCode
microphoneWasUnmuted → const HaloErrorCode
nullAttestationHandle → const HaloErrorCode
cryptographyError → const HaloErrorCode
systemNotInitialised → const HaloErrorCode
cameraPermissionNotGranted → const HaloErrorCode
accessibilityServiceBlocksPin → const HaloErrorCode
developerOptionsEnabled → const HaloErrorCode
missingAttestationNonce → const HaloErrorCode
configFetchError → const HaloErrorCode
missingEntropy → const HaloErrorCode
invalidTransactionReference → const HaloErrorCode
missingSecureCardReaderImplementation → const HaloErrorCode
failedToGetRandomBytes → const HaloErrorCode
missingDataKek → const HaloErrorCode
pinError → const HaloErrorCode
bluetoothConnectPermissionsNotGranted → const HaloErrorCode
bluetoothScanPermissionNotGranted → const HaloErrorCode
bluetoothUnavailable → const HaloErrorCode
bluetoothScanInProgress → const HaloErrorCode
bluetoothPairFailed → const HaloErrorCode
secureCardReaderCommandFailed → const HaloErrorCode
bluetoothDeviceUnavailable → 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.