Classes
Utils.ScopeError
Error
ScopeError
An Error class that provides additional context to an error.
Summary ​
Constructors
Constructors ​
constructor ​
new ScopeError(child: Error, message?: string): ScopeError
 defined in @nativescript/core/utils/debug.d.ts:50:1
Creates a new ScopeError providing addtional context to the child error.
| Parameter | Default | Description | 
child |  | ErrorThe child error to extend.  | 
message |  | stringAdditional message to prepend to the child error.  | 
 Returns ScopeError
- Next
 - AccessibilityEvents