This API is used to query the loading progress of a lazyloading disk.
None
Parameter |
Type |
Description |
|---|---|---|
info |
Object |
Specifies the loading information, in percentage. For details, see Parameter in the info field. |
error |
Object |
Specifies the error message returned when an error occurs. For details, see Parameters in the error field. |
Parameter |
Type |
Description |
|---|---|---|
loading_progress |
Integer |
Specifies the loading progress of the lazyloading disk. |
Parameter |
Type |
Description |
|---|---|---|
message |
String |
Specifies the error message returned when an error occurs. |
code |
String |
Specifies the error code returned when an error occurs. For details about the error code, see Error Codes. |
{
"info": {
"loading_progress": 36
}
}
or
{
"error": {
"message": "XXXX",
"code": "XXX"
}
}
In the preceding example, error indicates a general error, for example, badrequest or itemNotFound. An example is provided as follows:
{
"badrequest": {
"message": "XXXX",
"code": "XXX"
}
}
For details, see Error Codes.