getNativeMessageFromNativeError( errString ) method

Extract a native message from a URL string.

The parameter name of the native message should be "nativeErrMsg".

Syntax

<static> getNativeMessageFromNativeError( errString ) → {String}

Parameters

Name Type Description
errString String The error string URL

Returns

the native message

Type:

String

Source

hwc-utils.js, line 195.