View Source GoogleApi.Redis.V1beta1.Model.OperationError (google_api_redis v0.42.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.Redis.V1beta1.Model.OperationError{
  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.