Update docs/v2/_Description.md

This commit is contained in:
2026-07-16 16:56:22 +00:00
parent 26aa6f09de
commit f054cfa9e0
+3 -3
View File
@@ -18,10 +18,10 @@ Errors are quite simple and they all follow the same structure:
```ts ```ts
{ {
// The HTTP status code of the error. // A short, human-readable title of the error.
"status": Number, "title": String,
// A human-readable message describing the error. // A more detailed, human-readable message describing the error.
"message": String, "message": String,
} }
``` ```