Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

alamofire failure response body

if let data = response.data {
    let json = String(data: data, encoding: .utf8)
    print("Failure Response: (json)")
}
 
PREVIOUS NEXT
Tagged: #alamofire #failure #response #body
ADD COMMENT
Topic
Name
8+6 =