Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 649 Bytes

response-async-status.md

File metadata and controls

30 lines (22 loc) · 649 Bytes

Response Async Status

Structure

ResponseAsyncStatus

Fields

Name Type Tags Description Getter Setter
type string Required, Constant Resource Type
Default: 'AsyncStatus'
getType(): string setType(string type): void
data ?Data Optional - getData(): ?Data setData(?Data data): void

Example (as JSON)

{
  "type": "AsyncStatus",
  "data": {
    "code": "00001e1c-0000-0000-0000-000000000000",
    "type": "type0",
    "id": "id0",
    "progress": 146,
    "error": "error4",
    "ttl": 162
  }
}