| Enum | Description |
|---|---|
| Errors |
CoAP Connector Errors.
|
| Exception | Description |
|---|---|
| ClientErrorResponseException |
Exception thrown when CoAP response is received that indicates that the request is rejected by the server.
|
| EndpointException |
Exception indicating that an endpoint error occurred.
|
| InvalidEntityTagException |
Exception that is thrown when an invalid EntityTag is encountered.
|
| InvalidHandlerException |
InvalidHandlerException occurs when a given handler name is invalid.
|
| InvalidObserverException |
InvalidObserverException is thrown when a observer uri is invalid.
|
| InvalidOptionValueException |
Exception that is thrown when an attempt is made to construct an option using an invalid value.
|
| InvalidRequestCodeException |
Exception that is thrown when an invalid request code is used.
|
| InvalidResourceUriException |
The ResourceUriException is thrown when a resource URI is invalid.
|
| InvalidResponseCodeException |
Exception that is thrown when an invalid response code is used.
|
| NoResponseException |
Exception thrown when no CoAP response is received.
|
| RequestException |
Exception thrown when a CoAP request could not be sent.
|
| ResponseException |
Exception thrown when a CoAP response could not be processed.
|
| ServerErrorResponseException |
Exception thrown when no CoAP response is received.
|
| UriException |
UriException is thrown when a CoAP uri is invalid,
cannot be constructed or does not resolve.
|
Copyright © 2019–2024 Teslanet.nl. All rights reserved.