public class FailedFire extends Object
Information about an unsuccesful firing of the hook
See http://schemas.taskcluster.net/hooks/v1/hook-status.json#/properties/lastFire/oneOf[1]
Object
error
String
result
Date
time
FailedFire()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Object error
The error that occurred when firing the task. This is typically, but not always, an API error message.
See http://schemas.taskcluster.net/hooks/v1/hook-status.json#/properties/lastFire/oneOf[1]/properties/error
public String result
Possible values: * “error”
See http://schemas.taskcluster.net/hooks/v1/hook-status.json#/properties/lastFire/oneOf[1]/properties/result
public Date time
The time the task was created. This will not necessarily match task.created.
task.created
See http://schemas.taskcluster.net/hooks/v1/hook-status.json#/properties/lastFire/oneOf[1]/properties/time
public FailedFire()
Copyright © 2014–2017 Mozilla. All rights reserved.