Click or drag to resize

Error Class

Error information. The response (Response) result is returned as an error if the method of the interface fails in the body state or for some reason.
Inheritance Hierarchy
SystemObject
  Ricoh.CameraControllerError

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public class Error

The Error type exposes the following members.

Properties
  NameDescription
Public propertyCode
Error code.
Public propertyMessage
Error Details. Text for debugging. In case of USB(MTP) error, it contains MTP response code and its message.
Top
See Also