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