View Source GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainOperationError (google_api_alloy_db v0.5.0)

An error that occurred during a backup creation operation.

Attributes

  • code (type: String.t, default: nil) - Identifies the specific error that occurred. REQUIRED
  • errorType (type: String.t, default: nil) -
  • message (type: String.t, default: nil) - Additional information about the error encountered. REQUIRED

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainOperationError{
    code: String.t() | nil,
    errorType: String.t() | nil,
    message: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.