Name: Response

Object which encapsulates response to an API call. Response can include more than one entity or an error.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.Response",
   "status": <Number>,
   "error": TintriError,
   "tintriObjects": [TintriObject],
}

Elements
NameTypeDescription
errorTintriErrorError is set when status is not OK (non 200 codes).
tintriObject (wrapped by tintriObjects)xsd:list[TintriObject]List of entities or ErrorBeans.

Attributes
NameTypeDescription
statusxsd:intHTTP Response status