TransactionError
[TransactionError] represents an error.
type TransactionError {
address: Address
context: ErrorContext
error: ErrorDetails
reason: String @deprecated
}
Fields
TransactionError.address
● Address
scalar
TransactionError.context
● ErrorContext
enum
TransactionError.error
● ErrorDetails
object
TransactionError.reason
● String
deprecated scalar
DEPRECATEDField error.message will replace reason
Returned by
transactionError
subscription