Class: ActionError

ActionError(message, actionName, optionsopt)

Base error for action operations

Constructor

new ActionError(message, actionName, optionsopt)

Parameters:
Name Type Attributes Description
message string Error message
actionName string Name of the action
options object <optional>
Additional options
Source:

Extends

Methods

toJSON() → {object}

Returns a detailed error object for logging/serialization
Overrides:
Source:
Returns:
Structured error information
Type
object

toString() → {string}

Returns a user-friendly error description
Overrides:
Source:
Returns:
Formatted error string
Type
string