AutomatedReasoningPolicyBuildStepMessage¶
Structure Class¶
AutomatedReasoningPolicyBuildStepMessage
dataclass
¶
Represents a message generated during a build step, providing information about what happened or any issues encountered.
Attributes¶
message
instance-attribute
¶
message: str
The content of the message, describing what occurred during the build step.
message_type
instance-attribute
¶
message_type: AutomatedReasoningPolicyBuildMessageType
The type of message (e.g., INFO, WARNING, ERROR) indicating its severity and purpose.