Error Class

Error.

Inheritance
Error

Constructor

Error(*, code: typing.Union[str, NoneType] = None, message: typing.Union[str, NoneType] = None, target: typing.Union[str, NoneType] = None, details: typing.Union[typing.List[_ForwardRef('ErrorDetails')], NoneType] = None, inner_error: typing.Union[str, NoneType] = None, **kwargs)

Parameters

code
str
message
str
target
str
details
list[ErrorDetails]
inner_error
str