Response

public class Response

This class for a response from a camera device.

  • The result of a request to a camera device.

    Declaration

    Swift

    public let result: Result
  • The errors.

    Declaration

    Swift

    public let errors: [Error]
  • Constructs with the specified result.

    Declaration

    Swift

    public init(result: Result)

    Parameters

    result

    The result

  • Constructs with the specified result and error.

    Declaration

    Swift

    public init(result: Result, error: Error)

    Parameters

    result

    The result

    error

    The error

  • Constructs with the specified result and errors.

    Declaration

    Swift

    public init(result: Result, errors: [Error])

    Parameters

    result

    The result

    errors

    The errors