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.
Idempotency conflict — a run with this ID already exists with a different body (HTTP 409).
class ConflictError extends ModusError
ConflictError(message: string, options?: { statusCode: number; requestId: string; responseHeaders: Record<string, string>; body: string; code: string } | undefined): ConflictError
ConflictError