Uses of Class
com.azure.resourcemanager.apimanagement.models.ErrorFieldContract
Packages that use ErrorFieldContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ErrorFieldContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ErrorFieldContractModifier and TypeMethodDescriptionstatic ErrorFieldContractErrorFieldContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ErrorFieldContract from the JsonReader.Set the code property: Property level error code.ErrorFieldContract.withMessage(String message) Set the message property: Human-readable representation of property-level error.ErrorFieldContract.withTarget(String target) Set the target property: Property name.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ErrorFieldContractModifier and TypeMethodDescriptionErrorResponseBody.details()Get the details property: The list of invalid fields send in request, in case of validation error.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type ErrorFieldContractModifier and TypeMethodDescriptionErrorResponseBody.withDetails(List<ErrorFieldContract> details) Set the details property: The list of invalid fields send in request, in case of validation error.