Class: NativeError

timapi.NativeError()

Native error information.

Overview

Members-Overview

Methods-Overview

Constructor

new NativeError()

Create empty Native error

Member-List

code :Number

Error code.

message :String

Error message.

source :String

Source of error.

Methods

toString() → {String}

Get string representation for debugging purpose.
Returns:
String representation

Type: String