docs/classes/MatterError.html
Base internal Matter error — categorises a failure for the MatterErrorHandler and adds a timestamp / recoverable flag on top of Node's plain Error.
codedetails?recoverabletimestamptype
new MatterError(
message: string,
code: string,
details?: MatterErrorDetails,
): MatterError
Optionaldetails: MatterErrorDetailsReadonlycodecode: string
Optional Readonlydetailsdetails?: MatterErrorDetails
Readonlyrecoverablerecoverable: boolean
Readonlytimestamptimestamp: Date
Readonlytypetype: MatterErrorType
Member Visibility
ThemeOSLightDark
Constructors constructor Properties codedetailsrecoverabletimestamptype