View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1UpdateError (google_api_apigee v0.46.0)

Details on why a resource update failed in the runtime.

Attributes

  • code (type: String.t, default: nil) - Status code.
  • message (type: String.t, default: nil) - User-friendly error message.
  • resource (type: String.t, default: nil) - The sub resource specific to this error (e.g. a proxy deployed within the EnvironmentConfig). If empty the error refers to the top level resource.
  • type (type: String.t, default: nil) - A string that uniquely identifies the type of error. This provides a more reliable means to deduplicate errors across revisions and instances.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1UpdateError{
  code: String.t() | nil,
  message: String.t() | nil,
  resource: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.