Skip to main content

ODError class

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This is an Open Ticket error.

It is used to render and log Node.js errors & crashes in a styled way to the console & otdebug.txt file!

View Source

Properties


error type Error|api.ODSystemError|api.ODPluginError

The original error that this class wraps around

View Source


origin type @types/node.UncaughtExceptionOrigin

The origin of the original error

View Source


Methods


constructor() function api.ODError

(no description)

View Parameters (2)
  • error: type Error|api.ODSystemError|api.ODPluginError - Parameter Description Lorem Ipsum.
  • origin: type @types/node.UncaughtExceptionOrigin - Parameter Description Lorem Ipsum.

View Source


render() function boolean

Render this error to the console using console.log! Returns false when something went wrong.

View Source


toDebugString() function string

Create a more-detailed, non-colored version of this error to store it in the otdebug.txt file!

View Source


Defaults

under construction

We're still working on this part of the documentation!

Examples

under construction

We're still working on this part of the documentation!