Interface ComponentVerifierExtension.VerificationError.HttpAttribute
- All Superinterfaces:
ComponentVerifierExtension.VerificationError.Attribute
,Serializable
- Enclosing interface:
ComponentVerifierExtension.VerificationError
public static interface ComponentVerifierExtension.VerificationError.HttpAttribute
extends ComponentVerifierExtension.VerificationError.Attribute
HTTP related error details
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe erroneous HTTP code that occurredIf given as details, specifies that a redirect happened and the content of this detail is the redirect URLHTTP response's body -
Method Summary
Methods inherited from interface org.apache.camel.component.extension.ComponentVerifierExtension.VerificationError.Attribute
getName, name
-
Field Details
-
HTTP_CODE
The erroneous HTTP code that occurred -
HTTP_TEXT
HTTP response's body -
HTTP_REDIRECT
If given as details, specifies that a redirect happened and the content of this detail is the redirect URL
-