toStringWithStackTrace

Returns a string representation of this Failure instance with stack trace details.

Includes the message and, if present, the full stack trace of the cause.

Return

A string in the format "Failure(message=

$message, stacktrace=$

stacktrace)".