feathers.messaging.errors
| .. | |
|---|---|
| ChannelError | This is the base class for any channel related errors. It allows for less granular catch code. |
| InvalidChannelError | This error is thrown when a Channel can't be accessed or is not valid for the current destination. This error is thrown by the following methods/properties within the framework: |
| InvalidDestinationError | This error is thrown when a destination can't be accessed or is not valid. This error is thrown by the following methods/properties within the framework: |
| MessageSerializationError | This error indicates a problem serializing a message within a channel. It provides a fault property which corresponds to an ErrorMessage generated when this error is thrown. |
| MessagingError | This is the base class for any messaging related error. It allows for less granular catch code. |
| NoChannelAvailableError | This error is thrown when no Channel is available to send messages. |