Response public class Response This class for a response from a camera device. result The result of a request to a camera device. Declaration Swift public let result: Result errors The errors. Declaration Swift public let errors: [Error] init(result:) Constructs with the specified result. Declaration Swift public init(result: Result) Parameters result The result init(result:error:) Constructs with the specified result and error. Declaration Swift public init(result: Result, error: Error) Parameters result The result error The error init(result:errors:) Constructs with the specified result and errors. Declaration Swift public init(result: Result, errors: [Error]) Parameters result The result errors The errors © 2018 Ricoh Co., Ltd. All rights reserved. (Last updated: 2018-05-02) Generated by jazzy ♪♫ v0.9.1, a Realm project.