yr.exception.YRInvokeError#

exception yr.exception.YRInvokeError(cause, traceback_str: str)[source]#

Represents an error that occurred during an invocation.

traceback_str#

The traceback information as a string.

Type:

str

cause#

The original exception that caused this error.

Type:

Exception

__str__()[source]#

Returns the string representation of the exception, which is the traceback information.

origin_error()[source]#

Returns the original error that caused this invocation error.

init