Frame.dev
GitHub
NPM
Preparing search index...
The search index is not available
SQL Storage Adapter - v0.4.2
SQL Storage Adapter
TransactionRollbackEvent
Interface TransactionRollbackEvent
Event emitted when a transaction is rolled back.
interface
TransactionRollbackEvent
{
type
:
"transaction:rollback"
;
id
:
string
;
error
?:
Error
;
timestamp
:
Date
;
}
Index
Properties
type
id
error?
timestamp
Properties
type
type
id
id
:
string
Optional
error
error
?:
Error
timestamp
timestamp
:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
id
error
timestamp
Frame.dev
GitHub
NPM
SQL Storage Adapter - v0.4.2
Loading...
Event emitted when a transaction is rolled back.