package
0.3.2
Repository: https://github.com/emc-cmd/rexray.git
Documentation: pkg.go.dev

# Functions

ErrRexRay creates a new instance of a RexRayErr with a given error code.

# Constants

ErrCodeDriverBlockDeviceDiscovery is the error code for for when there is an error discovering one or more block devices.
ErrCodeDriverInstanceDiscovery is the error code for when there is an error discovering an instance.
ErrCodeDriverSnapshotDiscovery is the error code for when there is an error discovering one or more snapshots.
ErrCodeDriverVolumeDiscovery is the error code for when there is an error discovering one or more volumes.
ErrCodeLocalVolumeMaps is the error code for when there is an error discovering local volume mappings.
ErrCodeMissingVolumeID is the error code for when the volume ID is missing.
ErrCodeMultipleDriversDetected is the error code for when there are multiple drivers with the same name detected.
ErrCodeMultipleVolumesReturned is the error code for when only a single volume is expected to be returned but multiple volumes are returned.
ErrCodeNoOSDetected is the error code for when no OS is detected.
ErrCodeNoOSDrivers is the error code for when there are no registered OS drivers.
ErrCodeNoStorageDetected is the error code for when no storage is detected.
ErrCodeNoStorageDrivers is the error code for when there are no registered storage drivers.
ErrCodeNotImplemented is the error code for when some function is not yet implemented.
ErrCodeNoVolumeDrivers is the error code for when there are no registered volume drivers.
ErrCodeNoVolumesDetected is the error code for when no volumes are detected.
ErrCodeNoVolumesReturned is the error code for when no volumes are returned.
ErrCodeRunAsyncFromVolume is the error code for when an asynchronous create volume is received.
ErrCodeUnknown is the error code for an unknown error.
ErrCodeUnknownFileSystem is the error code for when the filesystem is detected but it is an unknown or unsupported type.
ErrCodeUnknownOS is the error code for when the OS is detected but it is an unknown or unsupported type.

# Variables

ErrDriverBlockDeviceDiscovery is the error for for when there is an error discovering block devices.
ErrDriverInstanceDiscovery is the error for when there is an error discovering an instance.
ErrDriverSnapshotDiscovery is the error for when there is an error discovering one or more snapshots.
ErrDriverVolumeDiscovery is the error for when there is an error discovering one or more volumes.
ErrLocalVolumeMaps is the error for when there is an error discovering local volume mappings.
ErrMissingVolumeID is the error for when the volume ID is missing.
ErrMultipleDriversDetected is the error for when there are multiple drivers with the same name detected.
ErrMultipleVolumesReturned is the error for when only a single volume is expected to be returned but multiple volumes are returned.
ErrNoOSDetected is the error for when no OS is detected.
ErrNoOSDrivers is the error for when there are no registered OS drivers.
ErrNoStorageDetected is the error for when no storage is detected.
ErrNoStorageDrivers is the error for when there are no registered storage drivers.
ErrNotImplemented is the error for when some function is not yet implemented.
ErrNoVolumeDrivers is the error for when there are no registered volume drivers.
ErrNoVolumesDetected is the error for when no volumes are detected.
ErrNoVolumesReturned is the error for when no volumes are returned.
ErrRunAsyncFromVolume is the error for when an asynchronous create volume is received.
ErrUnknownFileSystem is the error for when the filesystem is detected but it is an unknown or unsupported type.
ErrUnknownOS is the error for when the OS is detected but it is an unknown or unsupported type.

# Type aliases

RexRayErrCode is a REX-Ray error code value.