Package com.azure.core.annotation
Annotation Type UnexpectedResponseExceptionTypes
The
Repeatable container annotation for UnexpectedResponseExceptionType. This allows methods to have
different exceptions to be thrown or returned based on the response status codes returned from a REST API.-
Required Element Summary
Required Elements
-
Element Details
-
value
UnexpectedResponseExceptionType[] value- Returns:
- array of
UnexpectedResponseExceptionTypethat annotate a method.
-