0 votes
in Django by
Identify the correct status code which indicates that the server is incapable of performing a request and errors out.

a) HTTP_500_INTERNAL_SERVER_ERROR

b) HTTP_503_SERVICE_UNAVAILABLE

c) HTTP_502_BAD_GATEWAY

d) HTTP_501_not_IMPLEMENTED

e) All the options

1 Answer

0 votes
by
e) All the options
...