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.
速率限制的工作方式及处理方法。
429
{ "success": false, "error": { "code": 429, "timestamp": "2024-01-01T00:00:00.000Z", "message": "Rate limit exceeded", "details": "error/rate_limit_exceeded" } }
withRetry()
import { withRetry } from 'legitmark'; const result = await withRetry(() => legitmark.sr.create(request));