cinder.volume.drivers.datacore.exception Module¶Exception definitions.
DataCoreConnectionException(message=None, **kwargs)¶Bases: cinder.volume.drivers.datacore.exception.DataCoreException
Thrown when there are connection problems during a DataCore API call.
message = u’Failed to connect to DataCore Server Group: %(reason)s.’¶DataCoreException(message=None, **kwargs)¶Bases: cinder.exception.VolumeBackendAPIException
Base DataCore Exception.
message = u’DataCore exception.’¶DataCoreFaultException(message=None, **kwargs)¶Bases: cinder.volume.drivers.datacore.exception.DataCoreException
Thrown when there are faults during a DataCore API call.
message = u’DataCore Server Group reported an error: %(reason)s.’¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.