public static interface ComponentVerifier.VerificationError.HttpAttribute extends ComponentVerifier.VerificationError.Attribute
Modifier and Type | Field and Description |
---|---|
static ComponentVerifier.VerificationError.HttpAttribute |
HTTP_CODE
The erroneous HTTP code that occurred
|
static ComponentVerifier.VerificationError.HttpAttribute |
HTTP_REDIRECT
If given as details, specifies that a redirect happened and the
content of this detail is the redirect URL
|
static ComponentVerifier.VerificationError.HttpAttribute |
HTTP_TEXT
HTTP response's body
|
getName, name
static final ComponentVerifier.VerificationError.HttpAttribute HTTP_CODE
static final ComponentVerifier.VerificationError.HttpAttribute HTTP_TEXT
static final ComponentVerifier.VerificationError.HttpAttribute HTTP_REDIRECT
Apache Camel