View Source GoogleApi.Compute.V1.Model.ManagedInstanceLastAttemptErrors (google_api_compute v0.56.0)

[Output Only] Encountered errors during the last attempt to create or delete the instance.

Attributes

  • errors (type: list(GoogleApi.Compute.V1.Model.ManagedInstanceLastAttemptErrorsErrors.t), default: nil) - [Output Only] The array of errors encountered while processing this operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ManagedInstanceLastAttemptErrors{
  errors:
    [GoogleApi.Compute.V1.Model.ManagedInstanceLastAttemptErrorsErrors.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.