Get desktop application:
View/edit binary Protocol Buffers messages
Status is a standardized message used to communicate state across the Synnax platform. Statuses support different severity variants and can carry component-specific details.
Used in: , , , , , , ,
key is a unique identifier for this status, auto-generated if not provided.
name is an optional human-readable name for the status.
variant indicates the severity of the status. One of success, info, warning, error, loading, or disabled.
message is the main message text describing the status.
description is an optional detailed description providing additional context.
time is the timestamp when the status was created.
details contains optional component-specific custom details for the status.
labels contains optional labels for categorization and filtering.
Variant is the severity or type of a status message.
Used in: