2 #ifndef RICOH_CAMERA_SDK_RESPONSE_HPP_ 3 #define RICOH_CAMERA_SDK_RESPONSE_HPP_ 11 namespace CameraController {
58 const std::vector<std::shared_ptr<Error>>& getErrors()
const;
65 void addError(
const std::shared_ptr<Error>& error);
69 std::vector<std::shared_ptr<Error>> errors_;
107 std::shared_ptr<const Capture> getCapture()
const;
110 std::shared_ptr<const Capture> capture_;
116 #endif // RICOH_CAMERA_SDK_RESPONSE_HPP_ Definition: camera_device.hpp:13
The class for a response having a capture from a camera device.
Definition: response.hpp:75
The class for a response from a camera device.
Definition: response.hpp:27
#define RCSDK_API
Definition: export.hpp:17
The interface for a camera capture information.
Definition: capture.hpp:38
This class represents a error of a request to a camera device.
Definition: error.hpp:75
Result
The type of a result responded form a camera device.
Definition: response.hpp:16