Package org.gridgain.internal.cdc.api
Class Violation
java.lang.Object
org.gridgain.internal.cdc.api.Violation
Represents a violation or failed check with a name, optional error details, and an optional hint for resolution.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for creating Check instances. -
Method Summary
-
Method Details
-
name
-
hint
-
errorDetails
-
equals
-
hashCode
public int hashCode() -
toString
-
builder
-
create
Creates a failed check with the given name and error details.- Parameters:
name- The name of the check.errorDetails- The error details.- Returns:
- A failed Check instance.
-