Exception | Description |
---|---|
DisconnectedException |
Indicates that the TCP event channel socket closed on the WVA's
end of the connection.
|
EndpointUnknownException | |
FailedConnectionException |
Indicates that we were unable to connect to the TCP event
channel port on the WVA.
|
NotListeningToECUException | |
WvaException | |
WvaHttpException |
Base class for exceptions wrapping unsuccessful HTTP requests with the WVA.
|
WvaHttpException.WvaHttpBadRequest |
Exception passed through the library when an HTTP request to the WVA is met
with an HTTP 400 response.
|
WvaHttpException.WvaHttpForbidden |
Exception passed through the library when an HTTP request to the WVA is met
with an HTTP 403 response.
|
WvaHttpException.WvaHttpInternalServerError |
Exception passed through the library when an HTTP request to the WVA is met
with an HTTP 500 response.
|
WvaHttpException.WvaHttpNotFound |
Exception passed through the library when an HTTP request to the WVA is met
with an HTTP 404 response.
|
WvaHttpException.WvaHttpRequestUriTooLong |
Exception passed through the library when an HTTP request to the WVA is met
with an HTTP 414 response.
|
WvaHttpException.WvaHttpServiceUnavailable |
Exception passed through the library when an HTTP request to the WVA is met
with an HTTP 503 response.
|