ERR_NO_SUCH_ACTION member

Constant indicating there is no such Cordova action for the current service.

When a Cordova plugin calls into native code it specifies an action to perform. If the action provided by the JavaScript is unknown to the native code this error occurs. This error should not occur as long as authproxy.js is unmodified. Used as a possible value for the errorCode in sap.AuthProxy~errorCallback.

Syntax

<constant> ERR_NO_SUCH_ACTION : number

Source

authproxy.js, line 66.