Name: TintriError

Tintri Error for TGC

Data Structure
{
   "typeId": "com.tintri.api.rest.vcommon.dto.TintriError",
   "causeDetails": <String>,
   "code": <String>,
   "message": <String>,
   "targetId": <String>,
   "title": <String>,
   "targetName": <String>,
}

Elements
NameTypeDescription
targetNamexsd:string

Attributes
NameTypeDescription
causeDetailsxsd:stringThe cause details of this error.
codexsd:stringThe error code in the form of 'ERR-API-xxxx'.
messagexsd:stringThe error message associated with the error code.
targetIdxsd:stringThe Tintri UUID associated with the error if available.
titlexsd:stringThe title of this error.