Sanity App SDK
Preparing search index...
@sanity/sdk
index
TransactionRevertedEvent
Interface TransactionRevertedEvent
Beta
Event emitted when a transaction is reverted.
interface
TransactionRevertedEvent
{
error
:
unknown
;
message
:
string
;
outgoing
:
OutgoingTransaction
;
type
:
"reverted"
;
}
Index
Properties
error
message
outgoing
type
Properties
Beta
error
error
:
unknown
Beta
message
message
:
string
Beta
outgoing
outgoing
:
OutgoingTransaction
Beta
type
type
:
"reverted"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
message
outgoing
type
Sanity App SDK
Loading...
Event emitted when a transaction is reverted.