[REST API] Alarmofire error 해결!
우선 서버와 데이터 통신 성공해서 결과 가져오고 이후에 처리하는 과정에서 아래의 에러 발생.
그냥 쉽게 말해서 error을 던지는 것을 저 위쪽에서 받을 수 없음.
try를 하게되면 throw과정이 생기는데 catch를 반드시 작성해야 함.
✅ 에러코드
Invalid conversion from throwing function of type '(
AFDataResponse<Any>) throws -> Void' (aka '(DataResponse<Any, AFError>) throws -> ()') to non-throwing function type '(AFDataResponse<Any>) -> Void' (aka '(DataResponse<Any, AFError>) -> ()')
✅ catch 작성 후 빨간색 사라짐
[참고]
https://www.reddit.com/r/swift/comments/40e6zf/invalid_conversion_from_throwing_function_of_type/
'Archive > 잡동사니' 카테고리의 다른 글
네이버 지도 API(빌드 에러 해결) (0) | 2021.09.27 |
---|---|
[REST API] 카카오 웹 검색 API - Swift (2) | 2021.09.25 |
[REST API] 🏃♀️ 연습시작. (0) | 2021.09.24 |
iOS firebase CRUD 기초 및 유의사항 (0) | 2021.05.01 |
[git] git loading remotes... 에러 해결 (0) | 2021.04.23 |