wotpy.protocols.exceptions
Exceptions raised by the protocol binding implementations.
Exceptions
|
Exception raised when a protocol client request reaches the timeout. |
|
Exception raised when a form for a given protocol binding could not be found in a Thing Description. |
|
Base Exceptions raised by clients of the protocol binding implementations. |
- exception wotpy.protocols.exceptions.ClientRequestTimeout(*args, **kwargs)
Bases:
ProtocolClientExceptionException raised when a protocol client request reaches the timeout.
- DEFAULT_MSG = 'Timeout in protocol client request'
- exception wotpy.protocols.exceptions.FormNotFoundException(*args, **kwargs)
Bases:
ProtocolClientExceptionException raised when a form for a given protocol binding could not be found in a Thing Description.
- DEFAULT_MSG = 'Protocol Form not found in TD'