SarkariResultess QA Bank

Answer & Explanation

4 Answers
Verified

response.throw_error()

response.throw_error()
Additional Explanation
यह विकल्प सही समाधान नहीं है।
Verified Correct Answer

response.raise_for_status()

response.raise_for_status()
Additional Explanation
raise_for_status 4xx/5xx पर HTTPError raise करता है।
Verified

response.raise_error()

response.raise_error()
Additional Explanation
यह विकल्प सही समाधान नहीं है।
Verified

raise response.status

raise response.status
Additional Explanation
यह विकल्प सही समाधान नहीं है।