Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Interfaces
TraceErrorHandler
TraceErrorHandler
interface TraceErrorHandler {
handlerError(error: Error): any;
}
An interface used to for handling trace error
Summary
Methods
Methods
handlerError
defined in @nativescript/core/trace/index.d.ts:20:1
Parameter | Default | Description |
error |
| Error |
Returns any
- Previous
- TouchGestureEventData
- Next
- TraceEventListener