Uses of Class
com.azure.maps.render.models.ErrorDetail
Packages that use ErrorDetail
Package
Description
Package containing the data models for RenderClient.
-
Uses of ErrorDetail in com.azure.maps.render.models
Methods in com.azure.maps.render.models that return ErrorDetailModifier and TypeMethodDescriptionstatic ErrorDetail
ErrorDetail.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ErrorDetail from the JsonReader.ErrorResponse.getError()
Get the error property: The error object.Methods in com.azure.maps.render.models that return types with arguments of type ErrorDetailModifier and TypeMethodDescriptionErrorDetail.getDetails()
Get the details property: The error details.Methods in com.azure.maps.render.models with parameters of type ErrorDetailModifier and TypeMethodDescriptionErrorResponse.setError
(ErrorDetail error) Set the error property: The error object.