Skip to main content

ODPluginError class

under construction

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

Overview

A wrapper for the node.js Error class that makes the error look better in the console!

This wrapper is made for Open Ticket plugin errors! It can only be used by plugins!

View Source

Properties


_ODErrorType string string

This variable gets detected by the error handling system to know how to render it

View Source


inherited optional cause type unknown

(no description)

View Source


inherited message string string

(no description)

View Source


inherited name string string

(no description)

View Source


inherited optional stack string string

(no description)

View Source


inherited static optional prepareStackTrace function (err:Error, stackTraces:@types/node.CallSite[]) => any

Optional override for formatting stack traces

View Source


inherited static stackTraceLimit number number

(no description)

View Source


Methods


constructor() function api.ODPluginError

(no description)

View Parameters (1)
  • message: string string - Parameter Description Lorem Ipsum.

View Source


inherited static captureStackTrace() function void

Create .stack property on a target object

View Parameters (2)
  • targetObject: object object - Parameter Description Lorem Ipsum.
  • constructorOpt: type Function - Parameter Description Lorem Ipsum.

View Source


static fromError() function api.ODPluginError

Create an ODPluginError directly from an Error class

View Parameters (1)
  • err: type Error - Parameter Description Lorem Ipsum.

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!