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.
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”ServerConfigurationError | undefined

