Construct a new ErrorInvocation.
The error arguments, including the required type property.
OptionalmethodCallId: symbolThe unique symbol for this invocation (optional; a new symbol is generated if omitted).
The error arguments as a plain object.
The unique symbol identifier for this error invocation.
The name of this invocation, always "error".
The error type string (e.g., "serverFail", "invalidArguments").
Represents a JMAP method-level error invocation.
This class encapsulates error responses from the JMAP server, providing a similar interface to Invocation, but with no dataType property. The error arguments are stored as a map and can be accessed via the
argumentsgetter. The error type is available via thetypegetter.