Interface ComponentVerifierExtension.VerificationError.StandardCode
- All Superinterfaces:
ComponentVerifierExtension.VerificationError.Code
,Serializable
- Enclosing interface:
ComponentVerifierExtension.VerificationError
public static interface ComponentVerifierExtension.VerificationError.StandardCode
extends ComponentVerifierExtension.VerificationError.Code
Standard set of error codes
-
Field Summary
FieldsModifier and TypeFieldDescriptionAuthentication failedAn exception occurredGeneric error which is explained in more details withComponentVerifierExtension.VerificationError.getDetails()
A given parameter is illegalA combination of parameters is illegal.A parameter value is not validA group of parameters is not complete in order to be validInternal error while performing the verificationA mandatory parameter is missingA given parameter is not known to the componentThe verification is not supportedThe requestedComponent
is not supportedThe requestedComponentVerifierExtension.Scope
is not supported -
Method Summary
Methods inherited from interface org.apache.camel.component.extension.ComponentVerifierExtension.VerificationError.Code
getName, name
-
Field Details
-
AUTHENTICATION
Authentication failed -
EXCEPTION
An exception occurred -
INTERNAL
Internal error while performing the verification -
MISSING_PARAMETER
A mandatory parameter is missing -
UNKNOWN_PARAMETER
A given parameter is not known to the component -
ILLEGAL_PARAMETER
A given parameter is illegal -
ILLEGAL_PARAMETER_GROUP_COMBINATION
static final ComponentVerifierExtension.VerificationError.StandardCode ILLEGAL_PARAMETER_GROUP_COMBINATIONA combination of parameters is illegal. SeeComponentVerifierExtension.VerificationError.getParameterKeys()
for the set of affected parameters -
ILLEGAL_PARAMETER_VALUE
A parameter value is not valid -
INCOMPLETE_PARAMETER_GROUP
A group of parameters is not complete in order to be valid -
UNSUPPORTED
The verification is not supported -
UNSUPPORTED_SCOPE
The requestedComponentVerifierExtension.Scope
is not supported -
UNSUPPORTED_COMPONENT
The requestedComponent
is not supported -
GENERIC
Generic error which is explained in more details withComponentVerifierExtension.VerificationError.getDetails()
-