UNPKG

@sap-ai-sdk/document-grounding

Version:

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

10 lines 250 B
/** * Representation of the 'ErrorResponse' schema. */ export type ErrorResponse = { /** * @example "Error occurred during tenant onboarding" */ error?: string; } & Record<string, any>; //# sourceMappingURL=error-response.d.ts.map