ReleaseFailure

ReleaseFailure
ReleaseFailure

It represents an error when a release was attempted

JSON Example
{
    "description": "An error happened when a release with customization was tried to be built",
    "source_url": "https://app-catalog.vmware.com/api/v1/artifacts/89a6380a7d010648bad74e4de1c2ef17481a7f4715ff62bb8924e5c0b907bf3d?filename=custom-postgresql-15-15.2.0-r5-debian-11-amd64.ova&namespace=68c0f832-5169-4433-ab2f-40e939e3f1bc",
    "error_date": "2023-03-03T00:59:52.762Z",
    "cause": "BUILD_ERROR"
}
string
description
Required

Description of the error

string
source_url
Optional

Endpoint which will return the s3 signed url to download the source code

string As date-time As date-time
error_date
Optional

The date-time which the attempt of release failed

cause
Optional

Cause of the release failure (UNKNOWN, CUSTOMIZATION_BUILD_ERROR, TEST_ERROR, BUILD_ERROR)