chirpstack / chirpstack-rest-api

ChirpStack gRPC API to REST proxy.
MIT License
17 stars 14 forks source link

where is documentation for error codes? #19

Closed johndou-and-friends closed 1 month ago

johndou-and-friends commented 2 months ago

Hi I got some error code from server which contains code, message, details but no explanation in it Is there a document that explains what that code means?

{'code': 16 or some other number,
 'Message': '',
 'the details': []}