Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 597 Bytes

File metadata and controls

27 lines (15 loc) · 597 Bytes

ProgressMessage

Properties

Name Type Description Notes
level LevelEnum Severity level
step String Step name when the message was emitted
text String Message text
timestamp OffsetDateTime When the message was emitted

Enum: LevelEnum

Name Value
INFO "INFO"
WARN "WARN"
ERROR "ERROR"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"