Name: SyncReplError

Error information of a Synchronous Replication configuration.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.syncrepl.common.SyncReplError",
   "errorCode": <String>,
   "errorDetailedDescription": <String>,
   "errorName": <String>,
   "errorShortDescription": <String>,
   "errorText": <String>,
}

Attributes
NameTypeDescription
errorCodexsd:stringError code
errorDetailedDescriptionxsd:stringDetail description of the error.
errorNamexsd:stringError title, the name of the error.
errorShortDescriptionxsd:stringShort description of the error.
errorTextxsd:stringSpecific error text that comes from the system. If available, it often indicates the source of the error like device name, IP address, etc.