Kind: Function
Source: atloria-monorepo/apps/web/src/lib/api-client.ts
True when the error is the fail-closed billing gate (HTTP 402).
Signature
tsfunction isPaymentRequired(err: unknown): boolean
Parameters
| Name | Type |
|---|---|
err | unknown |
Returns: boolean
Was this page helpful?