| ||
detail: element | attribute | value |
Data Structure { "typeId": "com.tintri.api.rest.vcommon.dto.TintriError", "causeDetails": <String>, "code": <String>, "message": <String>, "targetId": <String>, "title": <String>, "targetName": <String>, } |
Name | Type | Description |
---|---|---|
targetName | xsd:string |
Name | Type | Description |
---|---|---|
causeDetails | xsd:string | The cause details of this error. |
code | xsd:string | The error code in the form of 'ERR-API-xxxx'. |
message | xsd:string | The error message associated with the error code. |
targetId | xsd:string | The Tintri UUID associated with the error if available. |
title | xsd:string | The title of this error. |
| ||
detail: element | attribute | value |