Errors
JSON REST API response envelopes, status codes, and troubleshooting.
Response envelopes
{
"success": true,
"data": { },
"meta": { },
"timestamp": "2026-04-20T10:00:00+00:00"
}{ "filename": "2026-04-20-hello.md", "folder": 0, "message": "File saved." }
{ "error": "File not found." }
{ "ok": true, "message": "File deleted." }{
"success": false,
"error": "Key not found.",
"code": 404,
"timestamp": "2026-04-20T10:00:00+00:00"
}Status codes
Code
Meaning
When
Fix
Troubleshooting checklist
Last updated
Was this helpful?

