isle/tasks/v0.0.3/code/audit-error-docs.md

13 lines
370 B
Markdown

---
type: task
---
# Audit Error Code Documentation
Audit all code for RPC methods in both `daemon` and `daemon/network`, ensuring
that all error codes which can be returned are properly documented, and that all
errors which should have an error code have one.
`CreateNebulaCertificate` should return a specific error for if the CA root key
secret couldn't be found.