Constructor for the module error.
The module API violation.
Optionalcause: any
Capture a chaining of failure detections to create a stack trace for debugging.
StaticMISUSEIdentifies a misuse of the module API.
StaticNOT_Identifies a not implemented feature of the module.
StaticTYPE_Identifies an unexpected parameter type with a module function call.
StaticUNSUPPORTED_Identifies an unsupported JavaScript runtime was called with a public function.
Provides custom printout of the module error providing the name, message, and stack_trace to chain together the call failure sequence.
Statichandle_Utility function to chain together a stack trace of module API failures.
The error caught to log and rethrow.
Class that represents any codemelted.js API violations or caught exceptions that were not handled properly as this module is intended to never throw so any "unknown / unhandled" exception is either an API violation or an exception not properly handled by this module.