AddVirtualBackgroundError
public enum AddVirtualBackgroundError : String
Result of trying to add a Phone.VirtualBackground
-
An internal error occurred
Declaration
Swift
case internalError -
Adding virtual background was successful
Declaration
Swift
case noError -
A storage error occurred
Declaration
Swift
case storageError -
Not able to read the file
Declaration
Swift
case fileReadError -
The image provided was an unsupported type
Declaration
Swift
case unsupportedImageType -
The image size is too big
Declaration
Swift
case imageSizeTooBig
View on GitHub