public class ErrorArtifactResponse extends Object
Response to a request for the queue to reply 424 (Failed Dependency) with reason and message to any GET request for this artifact.
See https://schemas.taskcluster.net/queue/v1/post-artifact-response.json#/oneOf[4]
| Modifier and Type | Field and Description |
|---|---|
String |
storageType
Artifact storage type, in this case
errorPossible values: * “error”See https://schemas.taskcluster.net/queue/v1/post-artifact-response.json#/oneOf[4]/properties/storageType |
| Constructor and Description |
|---|
ErrorArtifactResponse() |
public String storageType
Artifact storage type, in this case error
Possible values: * “error”
Copyright © 2014–2018 Mozilla. All rights reserved.