UNPKG

@sap-ai-sdk/document-grounding

Version:

> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.

14 lines 339 B
/** * Representation of the 'DetailsErrorResponse' schema. */ export type DetailsErrorResponse = { /** * Descriptive error code (not http status code) */ code?: string; /** * Plaintext error description */ message?: string; } & Record<string, any>; //# sourceMappingURL=details-error-response.d.ts.map