Skip to content

toServerConfigurationError

toServerConfigurationError(error): ServerConfigurationError | undefined

Defined in: sdks/js/browser-sdk/src/utils/errors.ts:180

Maps a binding error onto its typed class (CFG-083).

Returns undefined when the error carries no code this SDK types, so the caller can rethrow the original error untouched.

unknown

ServerConfigurationError | undefined