Skip to content
Discussion options

You must be logged in to vote

Error codes are dynamic based on various model, authn, authz, and parameter validations in the system. Although we'd love to document all error codes in the future, doing so is a rather huge effort, and so it's not on the roadmap right now. The error codes in the Go SDK are the codes that we specifically need to handle, and most integrations will follow a similar path of only handling the codes that matter to them. You may have some luck searching the code base's test suite, but it won't be exhaustive.

Again, most integrations will not need to handle all error codes, because most integrations only use a small subset of the API. You can simply handle the error codes that matter to your bus…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by emmanuelatisu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants