get Build Failures
abstract suspend fun getBuildFailures(@Path(value = "id"
GET api/failures/builds/{id} Get the failures of a build. <mark>Beta:</mark> Returns the failures of a build, organized by build tool (Gradle, Maven, npm). The response structure includes nested objects for each build tool containing their respective failures. Responses:
200: The failures of a build.
400: The request cannot be fulfilled due to a problem.
404: The referenced resource either does not exist or the permissions to know about it are missing.
500: The server encountered an unexpected error.
503: The server is not ready to handle the request.
Return
Parameters
id
The Build Scan ID.
build Failures Query
The query parameters used to retrieve the failures of a build. (optional)