Classes
Utils.SourceError
SourceError
Represents a scope error providing addiot
Summary β
Constructors
Constructors β
constructor β
new SourceError(child: Error, source: Source, message?: string): SourceError
defined in @nativescript/core/utils/debug.d.ts:63:1
Creates a new SourceError by child error, source and optional message.
Parameter Default Description
child
Error
The child error to extend.
message
string
Additonal message to prepend along the source location and the child error's message.
Returns SourceError
- Next
- AccessibilityEvents
On this page