Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
True when the API replied with an error envelope, whatever the code.
isEndstateApiError(value: unknown): value is EndstateApiError
if (isEndstateApiError(error)) log(error.code, error.requestId);