public abstract class ConsistencyCheckError extends Object
Modifier and Type | Field and Description |
---|---|
protected NodeId |
id
The id of the affected node.
|
protected String |
message
Diagnostic message for this error.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
repairable()
Returns
true if this error can be repaired. |
String |
toString()
Returns the diagnostic message.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.