Uses of Class
com.azure.core.http.rest.ErrorOptions
-
Packages that use ErrorOptions Package Description com.azure.core.http.rest Package containing REST-related APIs. -
-
Uses of ErrorOptions in com.azure.core.http.rest
Methods in com.azure.core.http.rest that return ErrorOptions Modifier and Type Method Description static ErrorOptionsErrorOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorOptions[]ErrorOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.azure.core.http.rest with type arguments of type ErrorOptions Modifier and Type Method Description RequestOptionsRequestOptions. setErrorOptions(EnumSet<ErrorOptions> errorOptions)Sets theErrorOptionsthat determines how error responses (400 or above) are handled.
-