Uses of Class
com.azure.resourcemanager.cosmos.models.CassandraError
Packages that use CassandraError
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of CassandraError in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return types with arguments of type CassandraErrorModifier and TypeMethodDescriptionCassandraClusterPublicStatusInner.errors()Get the errors property: List relevant information about any errors about cluster, data center and connection error.Method parameters in com.azure.resourcemanager.cosmos.fluent.models with type arguments of type CassandraErrorModifier and TypeMethodDescriptionCassandraClusterPublicStatusInner.withErrors(List<CassandraError> errors) Set the errors property: List relevant information about any errors about cluster, data center and connection error. -
Uses of CassandraError in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return CassandraErrorModifier and TypeMethodDescriptionstatic CassandraErrorCassandraError.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CassandraError from the JsonReader.ClusterResourceProperties.provisionError()Get the provisionError property: Error related to resource provisioning.DataCenterResourceProperties.provisionError()Get the provisionError property: Error related to resource provisioning.CassandraError.withAdditionalErrorInfo(String additionalErrorInfo) Set the additionalErrorInfo property: Additional information about the error.Set the code property: The code of error that occurred.CassandraError.withMessage(String message) Set the message property: The message of the error.CassandraError.withTarget(String target) Set the target property: The target resource of the error.Methods in com.azure.resourcemanager.cosmos.models with parameters of type CassandraErrorModifier and TypeMethodDescriptionClusterResourceProperties.withProvisionError(CassandraError provisionError) Set the provisionError property: Error related to resource provisioning.DataCenterResourceProperties.withProvisionError(CassandraError provisionError) Set the provisionError property: Error related to resource provisioning.