Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / clients / SAFE_SCAPI_FALLBACK_STATUSES

Variable: SAFE_SCAPI_FALLBACK_STATUSES

const SAFE_SCAPI_FALLBACK_STATUSES: Set<number>

Defined in: packages/b2c-tooling-sdk/src/clients/scapi-backend-utils.ts:133

HTTP statuses that prove SCAPI rejected a request before performing it.

These are safe for the temporary auto compatibility mode to retry over OCAPI. Ambiguous responses (429, 5xx) and network failures are excluded because a mutating request might already have reached the platform.

Released under the Apache-2.0 License.