Uses of Class
com.azure.resourcemanager.apimanagement.models.ErrorResponseBody
Packages that use ErrorResponseBody
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ErrorResponseBody in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ErrorResponseBodyModifier and TypeMethodDescriptionOperationResultContractInner.error()Get the error property: Error Body Contract.OperationResultContractProperties.error()Get the error property: Error Body Contract.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type ErrorResponseBodyModifier and TypeMethodDescriptionOperationResultContractInner.withError(ErrorResponseBody error) Set the error property: Error Body Contract.OperationResultContractProperties.withError(ErrorResponseBody error) Set the error property: Error Body Contract. -
Uses of ErrorResponseBody in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ErrorResponseBodyModifier and TypeMethodDescriptionOperationResultContract.error()Gets the error property: Error Body Contract.static ErrorResponseBodyErrorResponseBody.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ErrorResponseBody from the JsonReader.Set the code property: Service-defined error code.ErrorResponseBody.withDetails(List<ErrorFieldContract> details) Set the details property: The list of invalid fields send in request, in case of validation error.ErrorResponseBody.withMessage(String message) Set the message property: Human-readable representation of the error.