public static interface ComponentVerifier.VerificationError.Code extends Serializable
ComponentVerifier.VerificationError.StandardCode but also
own code can be generated by implementing this interface. This is best done via ComponentVerifier.VerificationError.asCode(String)
If possible, the standard codes should be reused| Modifier and Type | Method and Description |
|---|---|
default String |
getName()
Bean style accessor to name.
|
String |
name()
Name of the code.
|
Apache Camel