Record
cancelled-notification
Cancelled notification
record cancelled-notification {
request-id: request-id,
reason: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| request-id | request-id | Request that was cancelled |
| reason | option<string> | Cancellation reason |