InternalError Class

An object containing more specific information than the parent object about the error.

Inheritance
InternalError

Constructor

InternalError(*, code: Optional[str] = None, innererror=None, **kwargs)

Parameters

code
str
Required

Detailed error code.

innererror
InternalError
Required

The error object.