Convert error object to string.
custom error object
Node middleware for RxNT that takes an error object and sends it to a remote endpoint
A patched error object to catch all errors
- __log__: which is a shortcut for console.log - __$__ and __jQuery__: the jquery's famous $ and jQuery variable - __unerscore(_)__: underscore - __stackTrace function() -> Error__: returns an error object containing current stack trace - __logStackTr
an extension to Error object, provide errcode.
defines the constructor of the error object of your own
Checks for Error object
Extending Error object
Extendable error object.
mocha-error-reporters includes the full error object as JSON in the test report when an error has some meaningful extra information.
A simple custom error object
Simple custom error object
http response error object for amk js
Provides an `ExtendedError` class allowing additional data to be set on the error object
Javascript 'Error object' with code and domain properties
Wrapper around Json.parse() returns a Promise or data-error object
Create errors that can be both thrown and returned. Make error handling easier for both JavaScript and TypeScript.
Util for turning javascript error object into a string with stack trace.
## Adds following to __window__ variable: - __log__: which is a shortcut for console.log - __$__ and __jQuery__: the jquery's famous $ and jQuery variable - __unerscore(_)__: underscore - __stackTrace function() -> Error__: returns an error object contain
Extended error object with context and chaining support
Mutate an Error object to include a stamp of current step
Transform any thrown value into a structured error object with severity, root-cause chain, fix suggestions, stack parsing, request sanitisation, and framework adapters. Zero dependencies.
maybestack(err) - return stack of error or just return the error object