DeploymentAttemptMetadata

DeploymentAttemptMetadata represents a previous deployment attempt for an operation that failed due to a retryable error.

JSON representation
{
  "attempt": integer,
  "errorDetail": string,
  "build": string
}
Fields
attempt

integer

The sequential number of the attempt (starting from 1).

errorDetail

string

Human readable string that summarizes the deployment error issue.

build

string

The build or execution ID associated with this specific attempt. This can be used to link back to logs or trace information.