View Source GoogleApi.Run.V1.Model.StatusDetails (google_api_run v0.30.0)

StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.

Attributes

  • causes (type: list(GoogleApi.Run.V1.Model.StatusCause.t), default: nil) - The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
  • group (type: String.t, default: nil) - The group attribute of the resource associated with the status StatusReason.
  • kind (type: String.t, default: nil) - The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind.
  • name (type: String.t, default: nil) - The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).
  • retryAfterSeconds (type: integer(), default: nil) - If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.
  • uid (type: String.t, default: nil) - UID of the resource. (when there is a single resource which can be described).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.StatusDetails{
  causes: [GoogleApi.Run.V1.Model.StatusCause.t()] | nil,
  group: String.t() | nil,
  kind: String.t() | nil,
  name: String.t() | nil,
  retryAfterSeconds: integer() | nil,
  uid: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.