Error

public final class Error: CustomStringConvertible

This class represents a error of a request to a camera device.

  • The code of the error.

    Declaration

    Swift

    public let code: ErrorCode
  • The detail message of the error.

    Declaration

    Swift

    public let message: String
  • Declaration

    Swift

    public var description: String