Type Alias: HttpStatusInvocationError¶
HttpStatusInvocationError =
BaseInvocationError&object
Defined in: api_types.ts:1113
An error for an execution that failed due to an uncaught, non-recoverable, 400+ HTTP response code.
Type Declaration¶
| Name | Type | Defined in |
|---|---|---|
statusCode |
HttpStatusCode |
api_types.ts:1115 |
type |
HttpStatusError |
api_types.ts:1114 |