Error code.
Namespace:
Ricoh.CameraController
Assembly:
RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax Public Enumeration ErrorCode
public enum class ErrorCode
Members
| Member name | Description |
---|
| NetworkError | Network error. |
| DeviceNotFound | Device not found. |
| ImageNotFound | There is no specified image. |
| InvalidSetting | Invalid value. |
| InvalidArgument | Invalid parameter. |
| NoSpace | Not enough space. |
| Forbidden | It was rejected by the camera state or request conditions. |
| UnknownValue | Unknown value not supported. |
| AFFailed | Autofocus error. |
See Also