Victor
0
Q:

alamofire failure response body

if let data = response.data {
    let json = String(data: data, encoding: .utf8)
    print("Failure Response: \(json)")
}
1

New to Communities?

Join the community