Name: TintriError

Error information returned when an API error occurs. This includes an error code and a cause.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.TintriError",
   "causeDetails": <String>,
   "code": <String>,
   "message": <String>,
   "targetId": <String>,
   "title": <String>,
   "errors": [TintriError],
   "targetName": <String>,
}

Elements
NameTypeDescription
errorsxsd:list[TintriError]
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.