FireblocksError class abstract
FireblocksError is a class that represents an error that can be thrown by the Fireblocks SDK.
- Implementers
- ApproveJoinWalletStopped
- ApproveJoinWalletTimeout
- BackupNotAvailableError
- FailedToApproveJoinWallet
- FailedToBackupKey
- FailedToCreateKey
- FailedToDeriveAssetKey
- FailedToEnrollPlayer
- FailedToExportKey
- FailedToExportKeys
- FailedToGetKeyIds
- FailedToJoinWallet
- FailedToRecoverKeys
- FailedToRequestEndUserTakeover
- FailedToRequestKey
- FailedToSendPublicKey
- FailedToSignTransaction
- FailedToTakeoverKeys
- InvalidAddDeviceSetupData
- InvalidCertificate
- InvalidPassphraseError
- JoinWalletStopped
- JoinWalletTimeout
- KeyCreationTimeout
- KeysDiscrepancyBackupError
- KeyTakeoverTimeout
- MissingAlgorithms
- MissingChainCode
- MissingCloudPrivateKeys
- MissingKeyIdsForBackup
- MissingKeyOnDevice
- MissingKeysBackupError
- MissingPrivateKey
- MissingPrivateKeys
- MissingPublicKey
- MissingPublicKeys
- NoFirstMessageTimeout
- NoFirstTxSigningMessage
- NoKeysToProvision
- PublicKeysDiscrepancyError
- TransactionSigningStopped
- TransactionSigningTimeout
- UnknownAlgorithm
- UnknownTxId
Constructors
- FireblocksError(String errorString, int errorCode)
Properties
- errorCode → int
-
final
- errorString → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
String? json) → FireblocksError? -
fromJsonMap(
Map< String, dynamic> ? data) → FireblocksError?