TransactionProcessor and TransactionSession
implementations like: TransactionGetSignatureErrorSee: Description
| Exception | Description |
|---|---|
| TransactionBroadCastEmptySignatureError |
Error would be thrown from TransactionProcessor#BroadCast if signatures is empty
|
| TransactionBroadCastError |
Error class is used when there is an exception while attempting to call broadCast() of TransactionProcessor
|
| TransactionCreateSignatureRequestAbiError |
Error class is used when there is an exception while attempting to call getAbi() inside
createSignature() of TransactionProcessor
|
| TransactionCreateSignatureRequestEmptyAvailableKeyError |
Error class is used when there is an exception while attempting to call getAvailableKeys()
inside createSignatureRequest() of TransactionProcessor.
|
| TransactionCreateSignatureRequestError |
Error class is used when there is an exception while attempting to call any method related to the
signing process inside getSignature() of TransactionProcessor.
|
| TransactionCreateSignatureRequestKeyError |
Error class is used when there is an exception while attempting to call getAvailableKeys()
inside createSignatureRequest() of TransactionProcessor
|
| TransactionCreateSignatureRequestRequiredKeysEmptyError |
Error class is used when there is an exception while attempting to call getRequiredKeys()
inside createSignatureRequest() of TransactionProcessor.
|
| TransactionCreateSignatureRequestRequiredKeysError |
Error class is used when there is an exception while attempting to call getRequiredKeys() inside
createSignatureRequest() of TransactionProcessor
|
| TransactionCreateSignatureRequestRpcError |
Error class is used when there is an exception while attempting to call any RPC call inside
createSignatureRequest() of TransactionProcessor
|
| TransactionCreateSignatureRequestSerializationError |
Error class is used when there is an exception while attempting to call Serialization method
inside createSignatureRequest() of TransactionProcessor
|
| TransactionGetSignatureDeserializationError |
Error class is used when there is an exception while attempting to call any deserialization
method inside createSignatureRequest() of TransactionProcessor
|
| TransactionGetSignatureError |
Error class is used when there is an exception while attempting to call getSignature() of TransactionProcessor
|
| TransactionGetSignatureNotAllowModifyTransactionError |
Error class is used when there is an exception while attempting to call getSignature() inside TransactionProcessor.
|
| TransactionGetSignatureSigningError |
Error class is used when there is an exception while attempting to call getSignature() of TransactionProcessor
|
| TransactionPrepareError |
Error class is used when there is an exception while attempting to call prepare() of TransactionProcessor
|
| TransactionPrepareInputError |
Error class is used when there is an exception while attempting to call prepare() inside TransactionProcessor.
|
| TransactionPrepareRpcError |
Error class is used when there is an exception while attempting make any RPC calls inside
prepare() of TransactionProcessor
|
| TransactionProcessorConstructorInputError |
Error class is used when there is an exception while attempting to initialize TransactionProcessor
|
| TransactionProcessorError |
Error class is used when there is an exception while attempting to call any method of TransactionProcessor
|
| TransactionPushTransactionError |
Error class is used when there is an exception while attempting to call pushTransaction() of TransactionProcessor
|
| TransactionSerializeError |
Error class is used when there is an exception while attempting to call serialize() of TransactionProcessor
|
| TransactionSignAndBroadCastError |
Error class is used when there is an exception while attempting to call signAndBroadCast() of TransactionProcessor
|
| TransactionSignError |
Error class is used when there is an exception while attempting to call sign() of TransactionProcessor
|
TransactionProcessor and TransactionSession
implementations like: TransactionGetSignatureError