AsyncRejectedResponse
JavaScript-template rejection when required callback fields are absent.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
accepted |
boolean | Yes | Always false for this rejection response. Allowed values: False. |
message |
string | Yes | Human-readable reason for rejection. |
Example
{
"accepted": false,
"message": "string"
}