The enum values at
|
description: Status of the execution |
and
|
description: Action status |
should be clarified with respect to differences between
error and
failure.
I assume that failure means the build failed due to some constraint violation while error is a transient error in the backend (so retries may work), but this is just my guess.
The enum values at
cloudmanager-api-docs/swagger-specs/api.yaml
Line 1616 in 232bfdf
cloudmanager-api-docs/swagger-specs/api.yaml
Line 1707 in 232bfdf
errorandfailure.I assume that
failuremeans the build failed due to some constraint violation whileerroris a transient error in the backend (so retries may work), but this is just my guess.