A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.nativescript.org/api/interface/NativeScriptError below:

NativeScriptError | API - NativeScript

  1. Home
  2. API Index
  3. Interfaces
  4. NativeScriptError

Interfaces

NativeScriptError

Error

NativeScriptError

interface NativeScriptError extends Error {
  nativeException: any;
  stack: string;
  stackTrace: string;
}

An extended JavaScript Error which will have the nativeError property initialized in case the error is caused by executing platform-specific code.

Summary Properties
nativeException
stack
stackTrace
2 properties inherited from Error

Click to expand

message
name
Properties nativeException
nativeException?: any

defined in

@nativescript/core/application/application-interfaces.d.ts:11:4

Represents the native error object.

stack
stack?: string

defined in

@nativescript/core/application/application-interfaces.d.ts:19:4

Javascript portion of stack trace.

stackTrace
stackTrace?: string

defined in

@nativescript/core/application/application-interfaces.d.ts:15:4

The native stack trace.

Previous
NativeScriptConfig
Next
NavigatedData

On this page

  1. Summary
    1. Properties
      1. nativeException
      2. stack
      3. stackTrace

    RetroSearch is an open source project built by @garambo | Open a GitHub Issue

    Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

    HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4