HandlerError
public enum HandlerError : Error, LocalizedError, Sendable
Errors that can occur while using Handler to process HTTP responses.
-
The response contains no data.
Declaration
Swift
case noData -
The response format is invalid.
Declaration
Swift
case invalidFormat -
Declaration
Swift
public var errorDescription: String? { get }