JS library_error - gd-99/symbiogd GitHub Wiki

An error.

Since [1.0 alpha 1](../releases/tag/1.0 alpha 1).

Methods

This class hasn't any method.

Static methods

  • Webos.Error.callback() : The callback triggered when an error occurs.
  • Webos.Error.logError(error) : Log an error.
  • Error|[Webos.Error](JS library_error) error The error.
  • Webos.Error.catchError(error) : Catch an error. This method logs the error and triggers the error callback.
  • Error|[Webos.Error](JS library_error) error The error.
  • [Webos.Error](JS library_error) Webos.Error.build(message, [details]) : Build an error.
  • String message The error message.
  • String [details] The error details.
  • Webos.Error.trigger(message, [details]) : Build and trigger an error.
  • String message The error message.
  • String [details] The error details.
  • Webos.Error.log(message, [details]) : Build and log an error.
  • String message The error message.
  • String [details] The error details.
  • Array Webos.Error.getStackTrace() : Get the current stack trace.
  • Webos.Error.setErrorHandler(The) : Set the error callback.
  • Function The callback.
⚠️ **GitHub.com Fallback** ⚠️