Enum gphoto::ErrorKind
[−]
[src]
pub enum ErrorKind {
InvalidInput,
NotSupported,
CorruptedData,
ModelNotFound,
FileExists,
DirectoryExists,
DirectoryNotFound,
FileNotFound,
CameraBusy,
PathNotAbsolute,
Cancel,
CameraError,
OSFailure,
NoSpace,
Other,
}Types of errors reported by gphoto2.
Variants
InvalidInput | A parameter was incorrect. |
NotSupported | Functionality not supported. |
CorruptedData | Corrupted data received. |
ModelNotFound | Specified camera model was not found. |
FileExists | File already exists. |
DirectoryExists | Directory already exists. |
DirectoryNotFound | Directory was not found. |
FileNotFound | File was not found. |
CameraBusy | Camera is busy. |
PathNotAbsolute | Path is not absolute. |
Cancel | Operation was canceled. |
CameraError | An error was reported by the camera. |
OSFailure | An error was reported by the operating system. |
NoSpace | Not enough space when uploading a file. |
Other | An unspecified error occured. |