ErrorCode
public enum ErrorCode: CustomStringConvertible
The type of a error code of a request to a camera device.
- networkError: Network error.
- deviceNotFound: Device not found.
- imageNotFound: There is no specified image.
- invalidSetting: Invalid value.
- invalidArgument: Invalid parameter.
- noSpace: Not enough space.
- forbidden: It was rejected by the camera state or request conditions.
- unknownValue: Unknown value not supported.
-
Undocumented
Declaration
Swift
case networkError
-
Undocumented
Declaration
Swift
case deviceNotFound
-
Undocumented
Declaration
Swift
case imageNotFound
-
Undocumented
Declaration
Swift
case invalidSetting
-
Undocumented
Declaration
Swift
case invalidArgument
-
Undocumented
Declaration
Swift
case noSpace
-
Undocumented
Declaration
Swift
case forbidden
-
Undocumented
Declaration
Swift
case unknownValue
-
Declaration
Swift
public var description: String