public class HttpErrors extends BaseCategory
Constructor and Description |
---|
HttpErrors() |
Modifier and Type | Method and Description |
---|---|
BadResponseBuilder |
badResponse()
Error logged due to a bad response from the server.
|
getCategoryName
@Error(userMessage="Received a bad response when accessing %{website}.", technicalMessage="Received an response with an error status code %{code} when accessing %{website}. Response message: %{message}.", solution="Please check your internet connection or that you inputted a valid URL.", severity=ERROR) public BadResponseBuilder badResponse()
Copyright © 2020. All rights reserved.