Listing import errors
Parameters
Parameter
Parameter type
Description
Response example
{
"total": 1000,
"offset": 10,
"limit": 100,
"results": [
{
"errorType": "RUNTIME",
"resourceType": "ASSET",
"errorMessage": "error message",
"command": {
"indices": [
1,
2,
3
],
"identifier": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}
]
}Last updated
Was this helpful?