ProteusError
public enum ProteusError : Swift.Error
extension ProteusError: Equatable, Hashable
extension ProteusError: Foundation.LocalizedError
Proteus produces these kinds of error
-
Undocumented
Declaration
Swift
case SessionNotFound -
Undocumented
Declaration
Swift
case DuplicateMessage -
Undocumented
Declaration
Swift
case RemoteIdentityChanged -
Undocumented
Declaration
Swift
case Other(errorCode: UInt16 ) -
Declaration
Swift
public var errorDescription: String? { get }