Skip to main content

Common error format

Errors proxied from REST follow the same format as in the REST docs:

Frequent issues

  • Missing BYUL_API_KEY environment variable → set the environment variable before launching
  • Rate limit exceeded → apply backoff/retry per REST guidance

Retry guidance

Apply exponential backoff for 429 and 5xx responses. You can reuse the REST examples as-is.