Uses of Class
com.azure.resourcemanager.redis.models.ErrorDetail
-
Packages that use ErrorDetail Package Description com.azure.resourcemanager.redis.fluent.models Package containing the inner data models for RedisManagementClient.com.azure.resourcemanager.redis.models Package containing the data models for RedisManagementClient. -
-
Uses of ErrorDetail in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models with parameters of type ErrorDetail Modifier and Type Method Description OperationStatusInnerOperationStatusInner. withError(ErrorDetail error)Set the error property: If present, details of the operation error. -
Uses of ErrorDetail in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return ErrorDetail Modifier and Type Method Description ErrorDetailOperationStatusResult. error()Get the error property: If present, details of the operation error.Methods in com.azure.resourcemanager.redis.models that return types with arguments of type ErrorDetail Modifier and Type Method Description List<ErrorDetail>ErrorDetail. details()Get the details property: The error details.Methods in com.azure.resourcemanager.redis.models with parameters of type ErrorDetail Modifier and Type Method Description OperationStatusResultOperationStatusResult. withError(ErrorDetail error)Set the error property: If present, details of the operation error.
-