public class ErrorArtifactResponse extends Object
Response to a request for the queue to reply 403 (forbidden) with reason and message to any GET request for this artifact.
See http://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 http://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”
See http://schemas.taskcluster.net/queue/v1/post-artifact-response.json#/oneOf[4]/properties/storageType
Copyright © 2014–2017 Mozilla. All rights reserved.