HandlerError
public enum HandlerError : Error, LocalizedError
The errors that could happen during using Handler
to handle HTTP responses.
-
There is no data in the response.
Declaration
Swift
case noData
-
The format of the response is invalid.
Declaration
Swift
case invalidFormat
-
Declaration
Swift
public var errorDescription: String? { get }