Skip to content

isPaymentRequired

reference
1 min readUpdated

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

ts
function isPaymentRequired(err: unknown): boolean

Parameters

NameType
errunknown

Returns: boolean

Was this page helpful?

Download as PDF