5xx Server error responses
501Not Implemented
Not implemented
#When does this occur?
Returned when the server does not support the functionality required to fulfill the request. (e.g., unimplemented HTTP methods)
#How to handle?
The server does not support this functionality. Try using a different HTTP method or endpoint.
#Example
HTTP Response
HTTP/1.1 501 Not Implemented
Content-Type: application/json
Date: Tue, 10 Feb 2026 07:17:44 GMT
{
"status": 501,
"message": "Not Implemented"
}#Related Status Codes
이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.