| name | data type | description |
|---|---|---|
| apiVersion | string | |
| data | object | |
| id | string | |
| error | LensErrorTO |
Example
{
"apiVersion" : "...",
"data" : { },
"id" : "...",
"error" : {
"payload" : { },
"childErrors" : [ { }, { } ],
"code" : 12345,
"message" : "...",
"stackTrace" : "..."
}
}