Create an instance of ErrorWithCause.
Error message.
Original error, causing this error.
Readonly
causeOriginal error, causing this error.
Optional
stackStatic
Optional
prepareOptional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Static
stackRoot 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.
Static
captureCopyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Represents an error that was caused by another error.