Update docs/v2/_Description.md

This commit is contained in:
Nyeki
2026-07-16 16:51:37 +00:00
parent 7ae5f7b406
commit 26aa6f09de
+2 -2
View File
@@ -19,10 +19,10 @@ Errors are quite simple and they all follow the same structure:
```ts
{
// The HTTP status code of the error.
\"status\": Number,
"status": Number,
// A human-readable message describing the error.
\"message\": String,
"message": String,
}
```