Custom error class for ART framework specific errors. It includes an error code, an optional original error for chaining, and a details object for additional context.
Creates an instance of ARTError.
The error message.
The error code.
Optional
The original error, if any.
Additional details about the error.
Readonly
The specific error code from the ErrorCode enum.
A record of additional details about the error.
The original error that caused this error, if any.
Returns a string representation of the error, including the original error if present.
The string representation of the error.
Custom error class for ART framework specific errors. It includes an error code, an optional original error for chaining, and a details object for additional context.