Uses of Class
com.azure.core.models.ResponseError
Packages that use ResponseError
Package
Description
This package contains the core model classes used across the Azure SDK.
This package contains utility classes and interfaces for handling long-running operations in the
Azure client libraries.
-
Uses of ResponseError in com.azure.core.models
Methods in com.azure.core.models that return ResponseErrorModifier and TypeMethodDescriptionstatic ResponseErrorResponseError.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aResponseError. -
Uses of ResponseError in com.azure.core.util.polling
Methods in com.azure.core.util.polling that return ResponseErrorModifier and TypeMethodDescriptionPollOperationDetails.getError()Gets the error object that describes the error when status is "Failed".