ErrorProperties Class

Error properties indicate why the Logic service was not able to process the incoming request. The reason is provided in the error message.

Inheritance
ErrorProperties

Constructor

ErrorProperties(*, code: Optional[str] = None, message: Optional[str] = None, **kwargs)

Variables

code
str

Error code.

message
str

Error message indicating why the operation failed.