Job
class Job(indicoClient: IndicoClient, errors: List<String>?, val id: String)
Job information
Constructors
Properties
| Name | Summary |
|---|---|
| id | val id: String |
Functions
| Name | Summary |
|---|---|
| errors | fun errors(): List<String> If job status is FAILURE returns the list of errors encountered |
| result | fun result(): JSONObjectRetrieve result. Status must be success or an error will be thrown. |
| resultAsString | fun resultAsString(): String |
| results | fun results(): JSONArrayRetrieve results. Status must be success or an error will be thrown. |
| status | fun status(): JobStatusRetrieve job status |
Updated 6 days ago
