DiagnosticConditionResponse

data class DiagnosticConditionResponse(val code: String, val message: String, val since: String)

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

Constructors

Link copied to clipboard
constructor(code: String, message: String, since: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The opaque diagnostic code.

Link copied to clipboard

The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.

Link copied to clipboard

The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.