V3ErrorResponse
ODP Node SDK / ODP / ApiV3 / V3ErrorResponse
V3ErrorResponse
The error response payload format of an ODP 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:34
message?
string
Defined in: src/Api/lib/ApiV3.ts:33
status
number
Defined in: src/Api/lib/ApiV3.ts:31
timestamp
string
Defined in: src/Api/lib/ApiV3.ts:32
title
string
Defined in: src/Api/lib/ApiV3.ts:30
Updated 2 months ago