OhttpError
public enum OhttpError
extension OhttpError: Equatable, Hashable
extension OhttpError: Foundation.LocalizedError
-
Declaration
Swift
case KeyFetchFailed(message: String)
-
Declaration
Swift
case MalformedKeyConfig(message: String)
-
Declaration
Swift
case UnsupportedKeyConfig(message: String)
-
Declaration
Swift
case InvalidSession(message: String)
-
Declaration
Swift
case RelayFailed(message: String)
-
Declaration
Swift
case CannotEncodeMessage(message: String)
-
Declaration
Swift
case MalformedMessage(message: String)
-
Declaration
Swift
case DuplicateHeaders(message: String)
-
Declaration
Swift
public var errorDescription: String? { get }