Exception | Description |
---|---|
BadRequestException |
Thrown when connection is returned 401 Bad Request.
|
ForbiddenException |
Thrown when Connection gets a 403 response.
|
InternalErrorException |
Thrown when Connection returns 500.
|
NotFoundException |
Thrown when Connection returns 404, when page is not found.
|
WebException |
Thrown when Connection POST-request fails, general Exception.
|