CassandraError Class

CassandraError.

Inheritance
azure.mgmt.cosmosdb._serialization.Model
CassandraError

Constructor

CassandraError(*, code: str | None = None, message: str | None = None, target: str | None = None, additional_error_info: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
code
str

The code of error that occurred.

message
str

The message of the error.

target
str

The target resource of the error.

additional_error_info
str

Additional information about the error.

Variables

Name Description
code
str

The code of error that occurred.

message
str

The message of the error.

target
str

The target resource of the error.

additional_error_info
str

Additional information about the error.