V3ErrorResponse
ODP Node SDK / Zaius / ApiV3 / V3ErrorResponse
V3ErrorResponse
The error response payload format of a Zaius v3 API call
Index
Properties
Properties
detail?
object
{
[key: string]: any;
invalids?: V3InvalidEventDetail[] | V3InvalidSchemaDetail[];
}
Index signature
[key
: string
]: any
Type declaration
Member | Type |
---|---|
invalids ? | V3InvalidEventDetail [] | V3InvalidSchemaDetail [] |
Defined in: src/Api/lib/ApiV3.ts:41
message?
string
Defined in: src/Api/lib/ApiV3.ts:40
status
number
Defined in: src/Api/lib/ApiV3.ts:38
timestamp
string
Defined in: src/Api/lib/ApiV3.ts:39
title
string
Defined in: src/Api/lib/ApiV3.ts:37
Updated 9 months ago