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.

Constructor

ErrorProperties(*args: Any, **kwargs: Any)

Variables

Name Description
code
str

Error code.

message
str

Error message indicating why the operation failed.

Attributes

code

Error code.

code: str | None

message

Error message indicating why the operation failed.

message: str | None