Preview 2.0 is now in Public Beta!
Read the Announcement
TraceErrorHandler
interface TraceErrorHandler {
  handlerError(error: Error): any;
}

Summary

Methods

handlerError

handlerError(error: Error): any
Parameter Default Description
error
Error

Returns any