CosmosSdkException Members

The CosmosSdkException type exposes the following members.

Constructors


  Name Description
Public method CosmosSdkException(CosmosSdkErrorEnum, BroadcastTxResponse)
Initializes a new instance of the CosmosSdkException class.
Public method CosmosSdkException(CosmosSdkErrorEnum, TxResponse)
Initializes a new instance of the CosmosSdkException class.

Properties


  Name Description
Public property BroadcastTxResponse
Gets the broadcast tx response.
Public property CosmosSdkErrorEnum
Gets the cosmos SDK error enum.
Public property RawLog
Gets the raw log.
Public property TxResponse
Gets the get tx response.