Package version:

Condition applicable to the resource, or to the job overall, that warrant customer attention.

interface DiagnosticCondition {
    code?: string;
    message?: string;
    since?: string;
}

Properties

Properties

code?: string

The opaque diagnostic code. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request. NOTE: This property will not be serialized. It can only be populated by the server.

since?: string

The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc