Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- struct
- CoreImage
- IOS
- 글또
- Switch
- singleton
- 고차함수
- array
- error
- SWIFTUI
- 화면전환
- class
- escaping
- SWIFT
- http
- Refresh
- viewlifecycle
- Observer
- PushNotification
- segue
- apns
- uikit
- list
- Git
- self
- calendar
- NotificationCenter
- Animation
- ScrollView
- mvvm
Archives
- Today
- Total
목록Posix (1)
seong_hye, the developer
Swift) Error Code
📘 Error Code시스템, 네트워크, API, 앱 내부 등에서 발생한 오류의 종류를 숫자로 식별하기 위한 코드상황에 따라 의미가 다르지만, 일반적으로 범주를 나눔 🔹 HTTP 에러 코드 (100~599)가장 알려진 에러코드네트워크 통신 (REST API)에서 사용됨범위의미예시1xx정보100: Continue2xx성공200: OK, 201: Created3xx리다이렉트301: Moved Permanently, 304: Not Modified4xx클라이언트 오류400: Bad Request, 401: Unauthorized, 404: Not Found5xx서버 오류500: Internal Server Error, 503: Service Unavailable📌 서버와 클라이언트 간의 HTTP 응답 상..
IOS
2022. 10. 28.