Azure / azure-libraries-for-java

Azure Management Libraries for Java
https://docs.microsoft.com/en-us/java/azure/
MIT License
94 stars 98 forks source link

[FEATURE REQ] Uniform approach on get response for 404 #1234

Closed weidongxu-microsoft closed 4 years ago

weidongxu-microsoft commented 4 years ago

Currently appservice will allow {200, 404} for its get API. Other services seems only allow 200.

onErrorResume is not likely a good solution, since it might capture other response code like 401.