ProteusError
public enum ProteusError : Swift.Error, Equatable, Hashable, Foundation.LocalizedError
extension ProteusError: Sendable
                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 }