Uses of Interface
org.apache.camel.component.extension.ComponentVerifierExtension.VerificationError.Code
-
Packages that use ComponentVerifierExtension.VerificationError.Code Package Description org.apache.camel.component.extension Component extension -
-
Uses of ComponentVerifierExtension.VerificationError.Code in org.apache.camel.component.extension
Subinterfaces of ComponentVerifierExtension.VerificationError.Code in org.apache.camel.component.extension Modifier and Type Interface Description static interfaceComponentVerifierExtension.VerificationError.StandardCodeStandard set of error codesMethods in org.apache.camel.component.extension that return ComponentVerifierExtension.VerificationError.Code Modifier and Type Method Description static ComponentVerifierExtension.VerificationError.CodeComponentVerifierExtension.VerificationError. asCode(String code)Convert a string to anComponentVerifierExtension.VerificationError.CodeComponentVerifierExtension.VerificationError.CodeComponentVerifierExtension.VerificationError. getCode()The overall error code, which can be either aComponentVerifierExtension.VerificationError.StandardCodeor a custom code.
-