ErrorResponse Class

Error response indicates managed application is not able to process the incoming request. The reason is provided in the error message.

Inheritance
ErrorResponse

Constructor

ErrorResponse(*, http_status: Optional[str] = None, error_code: Optional[str] = None, error_message: Optional[str] = None, **kwargs)

Variables

http_status
<xref:http_status>)<xref: >(str

Http status code.

error_code
str

Error code.

error_message
str

Error message indicating why the operation failed.