EosioErrorCode

public enum EosioErrorCode : String, Codable

Error codes for EosioError.

  • eosioTransactionError: Error was encountered while preparing the Transaction.
  • rpcProviderError: Error was encountered in RpcProvider.
  • getInfoError: Error was returned by getInfo() method.
  • getBlockError: Error was encountered from getBlock() method.
  • getRequiredKeysError: Error was returned by getRequiredKeys() method.
  • getRawAbiError: Error was returned by getRawAbi() method.
  • pushTransactionError: Error was encountered while pushing the transaction.
  • signatureProviderError: Error was encountered in SignatureProvider.
  • getAvailableKeysError: Error was returned by getAvailableKeys() method.
  • signTransactionError: Error was encountered while signing the transaction.
  • abiProviderError: Error was encountered in AbiProvider.
  • getAbiError: Error was returned by getAbi() method.
  • serializationProviderError: Error was encountered in SerializationProvider.
  • serializeError: Error was encountered while serializing the transaction.
  • deserializeError: Error was encountered while deserializing transaction.
  • eosioNameError: Error was encountered in EosioName.
  • keyManagementError: Error was encountered in key management.
  • keySigningError: Error was encountered while signing with a key.
  • unexpectedError: There was an unexpected error.