mobicontrol.android.IntentError

This class represents an error thrown by intent launching methods like mobicontrol.android.startActivity.

IntentError

Since:

Extends

Members

readonly fileName :string

The path to the file that raised this error.
Since:
Inherited From:

readonly lineNumber :number

The line number of the file where the error occurred.
Since:
Inherited From:

readonly message :string

Error message.

A system-provided human-readable description of the error.

Since:
Inherited From:

readonly name :string

Error name.

A string label that identifies the kind of error. For example, "MobiControlError".

Since:
Inherited From:

readonly stack :string

Error stack trace.

The stack trace at the point where the error occurred. The stack contains trace of which functions were called, in what order, from which line and file, and with what arguments. The stack string proceeds from the most recent calls to earlier ones, leading back to the original global scope call.

Since:
Inherited From:

readonly statusCode :mobicontrol.android.IntentStatusCode

The detailed status code of the error.
Since: