Expand description
Stable JSON-RPC 2.0 error.code values returned by tabularium servers.
Used by tabularium-server and the rpc::Client so upsert and other logic do not
depend on parsing English error.message strings.
Constantsยง
- DUPLICATE_
RESOURCE - Document or directory name already exists (
crate::Error::Duplicate).