Represents an error that was caused by another error.
Create an instance of ErrorWithCause.
Error message.
Original error, causing this error.
Readonly
Optional
Static
Optional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Root cause of the error. If there are multiple errors caused one by another, the root cause is the first error that occurred. In case there is no root cause.
The root cause.
Create .stack property on a target object
Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.
Represents an error that was caused by another error.