Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ReasonUnknown means that the underlying cause for the error is unknown ReasonUnknown = "Unknown" // ReasonSchemaDisagreement means that there is schema disagreement in the Cassandra // cluster so schema changes should not be applied until that disagreement is // resolved. ReasonSchemaDisagreement = "SchemaDisagreement" )
Variables ¶
This section is empty.
Functions ¶
func IsSchemaDisagreement ¶
Types ¶
type K8ssandraError ¶
func NewSchemaDisagreementError ¶
func NewSchemaDisagreementError(message string) *K8ssandraError
func (*K8ssandraError) Error ¶
func (e *K8ssandraError) Error() string
Click to show internal directories.
Click to hide internal directories.