InnerError Class

Inner error details.

Inheritance
InnerError

Constructor

InnerError(*, exceptiontype: Optional[str] = None, errordetail: Optional[str] = None, **kwargs)

Parameters

exceptiontype
str
Required

The exception type.

errordetail
str
Required

The internal error message or exception dump.