Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
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