nats.docs icon indicating copy to clipboard operation
nats.docs copied to clipboard

Document common error codes

Open wallyqs opened this issue 2 years ago • 0 comments

Some of the most common ones

  • 503 no responders (like when JS means: quorum temporarily unavailable, JS warming up during boot, otherwise means no subscriber // service available to respond)
  • 408 request timeout (too many // 512 fetch requests have timed out on a pull based consumer without receiving messages)
  • BadRequestError: code=400 err_code=10099 description='multiple non-filtered consumers not allowed on workqueue stream

wallyqs avatar Nov 24 '21 16:11 wallyqs