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 |
| Error The child error to extend. |
message |
| string Additional message to prepend to the child error. |
Returns ScopeError
- Next
- AccessibilityEvents