View Source GoogleApi.Compute.V1.Model.ManagedInstanceLastAttemptErrorsErrors (google_api_compute v0.56.2)

Attributes

  • code (type: String.t, default: nil) - [Output Only] The error type identifier for this error.
  • errorDetails (type: list(GoogleApi.Compute.V1.Model.ManagedInstanceLastAttemptErrorsErrorsErrorDetails.t), default: nil) - [Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
  • location (type: String.t, default: nil) - [Output Only] Indicates the field in the request that caused the error. This property is optional.
  • message (type: String.t, default: nil) - [Output Only] An optional, human-readable error message.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ManagedInstanceLastAttemptErrorsErrors{
  code: String.t() | nil,
  errorDetails:
    [
      GoogleApi.Compute.V1.Model.ManagedInstanceLastAttemptErrorsErrorsErrorDetails.t()
    ]
    | nil,
  location: String.t() | nil,
  message: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.