UNPKG

@sap-ai-sdk/ai-api

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

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