Builder
class Builder
Properties
Link copied to clipboard
Link copied to clipboard
If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.
Link copied to clipboard
If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.
Link copied to clipboard
If FINISHED
, the task successfully completed. If FAILED
, the task ended unsuccessfully. Preconditions use false.