Interface: FetchOperationFail
Describes the failed operation with its fail reason (error).
See
ChangeOperationsEvent
Properties
Property | Modifier | Type | Description |
---|
error
| readonly
| unknown
| The reason why operation failed (the thrown exception). |
operation
| readonly
| FetchOperation
| Operation that failed. |