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 |
The sequential number of the attempt (starting from 1). |
errorDetail |
Human readable string that summarizes the deployment error issue. |
build |
The build or execution ID associated with this specific attempt. This can be used to link back to logs or trace information. |