TemporaryChannelError
@objc(VTETemporaryChannelError)
public enum TemporaryChannelError : Int, LocalizedError
Declares error types and codes for EThree Temporary Channel capabilities
- channelAlreadyExists: Temporary channel with provided identity already exists.
- selfChannelIsForbidden: Temporary channel with self is forbidden. Use regular encryption for this purpose.
- userIsRegistered: User with provided identity is registered. Creation of temporary channels with registered users is forbidden.
- channelNotFound: Channel was not found
-
Undocumented
Declaration
Swift
case channelAlreadyExists = 1 -
Undocumented
Declaration
Swift
case selfChannelIsForbidden = 2 -
Undocumented
Declaration
Swift
case userIsRegistered = 3 -
Undocumented
Declaration
Swift
case channelNotFound = 4 -
Human-readable localized description
Declaration
Swift
public var errorDescription: String? { get }
TemporaryChannelError Enumeration Reference