An object that provides error handling information during runtime.
Accepts an object literal mSettings
that defines initial property values, aggregated and associated objects as well as event handlers. See sap.ui.base.ManagedObject#constructor for a general description of the syntax of the settings object.
This class does not have its own settings, but all settings applicable to the base type sap.fe.navigation.NavError can be used.
new sap.ui.generic.app.navigation.service.NavError(sErrorCode)
Param | Type | Default Value | Description |
---|---|---|---|
sErrorCode | string | The code for an internal error of a consumer that allows you to track the source locations |
Method | Description |
---|---|
sap.ui.generic.app.navigation.service.NavError.extend |
Creates a new subclass of class sap.ui.generic.app.navigation.service.NavError with name
|
getErrorCode |
Returns the error code with which the instance has been created. |
sap.ui.generic.app.navigation.service.NavError.getMetadata |
Returns a metadata object for class sap.ui.generic.app.navigation.service.NavError. |