toServerConfigurationError
consttoServerConfigurationError: (error) =>ServerConfigurationError|undefined
Defined in: sdks/js/node-sdk/dist/index.d.ts:1835
Classifies an error from any SDK call as one of the six configuration
failures, or undefined when it is something else.
Use this where the SDK hands back the raw error, for instance a
ChainNotAcceptedError raised deep inside a call that supplies a smart
contract wallet signature.
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”ServerConfigurationError | undefined

