File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -244,12 +244,13 @@ try {
244244
245245The ** [ Client] ( https://github.com/arijitcodes/microstream-client ) ** may throw the following error types:
246246
247- | Error Code | Description |
248- | -------------------------------- | ----------------------------------------------------------------------- |
249- | ` INTERNAL_SERVER_ERROR ` | Occurs when an event handler fails during execution |
250- | ` EVENT_NOT_FOUND ` | Thrown when no handler is registered for the requested event |
251- | ` REQUEST_TIMEOUT ` | Occurs when a request exceeds the configured timeout period |
252- | ` DUPLICATE_SERVICE_REGISTRATION ` | Thrown when attempting to register a service name that's already in use |
247+ | Error Code | Description |
248+ | -------------------------------- | ---------------------------------------------------------------------------------------- |
249+ | ` INTERNAL_SERVER_ERROR ` | Occurs when an event handler fails during execution |
250+ | ` EVENT_NOT_FOUND ` | Thrown when no handler is registered for the requested event |
251+ | ` REQUEST_TIMEOUT ` | Occurs when a request exceeds the configured timeout period |
252+ | ` DUPLICATE_SERVICE_REGISTRATION ` | Thrown when attempting to register a service name that's already in use |
253+ | ` TARGET_SERVICE_NOT_FOUND ` | Thrown when attempting to send a request to a service that isn't registered with the hub |
253254
254255### Usage Examples 💡
255256
You can’t perform that action at this time.
0 commit comments