Uses of Class
com.azure.maps.render.models.ErrorResponse
Packages that use ErrorResponse
Package
Description
Package containing the data models for RenderClient.
-
Uses of ErrorResponse in com.azure.maps.render.models
Methods in com.azure.maps.render.models that return ErrorResponseModifier and TypeMethodDescriptionstatic ErrorResponse
ErrorResponse.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ErrorResponse from the JsonReader.ErrorResponseException.getValue()
ErrorResponse.setError
(ErrorDetail error) Set the error property: The error object.Constructors in com.azure.maps.render.models with parameters of type ErrorResponseModifierConstructorDescriptionErrorResponseException
(String message, com.azure.core.http.HttpResponse response, ErrorResponse value) Initializes a new instance of the ErrorResponseException class.