NoRespondersError is an error thrown when no responders (no service is subscribing to the subject) are found for a given subject. This error is typically found as the cause for a RequestError
The subject for which no responders were found.
Optional error options.
Optional
Static
Optional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Create .stack property on a target object
NoRespondersError is an error thrown when no responders (no service is subscribing to the subject) are found for a given subject. This error is typically found as the cause for a RequestError
Param: subject
The subject for which no responders were found.
Param: options
Optional error options.