Type Alias OrchestrationError
OrchestrationError: {
code: number;
headers?: Record<string, string>;
intermediate_results?: ModuleResults;
location: string;
message: string;
request_id: string;
} & Record<string, any>
Type Declaration
-
code: number
-
Optionalheaders?: Record<string, string>
-
Optionalintermediate_results?: ModuleResults
-
location: string
-
message: string
-
request_id: string
Representation of the 'Error' schema.