ErrorSerializable
public protocol ErrorSerializable : Error
Protocol used to serialize errors received from sending APIRequest
or UploadAPIRequest
.
-
Undocumented
Declaration
Swift
init(request: URLRequest?, response: HTTPURLResponse?, data: Data?, error: Error?)