Uses of Interface
org.apache.camel.component.extension.ComponentVerifierExtension.VerificationError.StandardCode
Packages that use ComponentVerifierExtension.VerificationError.StandardCode
-
Uses of ComponentVerifierExtension.VerificationError.StandardCode in org.apache.camel.component.extension
Fields in org.apache.camel.component.extension declared as ComponentVerifierExtension.VerificationError.StandardCodeModifier and TypeFieldDescriptionComponentVerifierExtension.VerificationError.StandardCode.AUTHENTICATION
Authentication failedComponentVerifierExtension.VerificationError.StandardCode.EXCEPTION
An exception occurredComponentVerifierExtension.VerificationError.StandardCode.GENERIC
Generic error which is explained in more details withComponentVerifierExtension.VerificationError.getDetails()
ComponentVerifierExtension.VerificationError.StandardCode.ILLEGAL_PARAMETER
A given parameter is illegalComponentVerifierExtension.VerificationError.StandardCode.ILLEGAL_PARAMETER_GROUP_COMBINATION
A combination of parameters is illegal.ComponentVerifierExtension.VerificationError.StandardCode.ILLEGAL_PARAMETER_VALUE
A parameter value is not validComponentVerifierExtension.VerificationError.StandardCode.INCOMPLETE_PARAMETER_GROUP
A group of parameters is not complete in order to be validComponentVerifierExtension.VerificationError.StandardCode.INTERNAL
Internal error while performing the verificationComponentVerifierExtension.VerificationError.StandardCode.MISSING_PARAMETER
A mandatory parameter is missingComponentVerifierExtension.VerificationError.StandardCode.UNKNOWN_PARAMETER
A given parameter is not known to the componentComponentVerifierExtension.VerificationError.StandardCode.UNSUPPORTED
The verification is not supportedComponentVerifierExtension.VerificationError.StandardCode.UNSUPPORTED_COMPONENT
The requestedComponent
is not supportedComponentVerifierExtension.VerificationError.StandardCode.UNSUPPORTED_SCOPE
The requestedComponentVerifierExtension.Scope
is not supported