Update docs/v2/_Description.md
This commit is contained in:
@@ -18,10 +18,10 @@ Errors are quite simple and they all follow the same structure:
|
||||
|
||||
```ts
|
||||
{
|
||||
// The HTTP status code of the error.
|
||||
"status": Number,
|
||||
// A short, human-readable title of the error.
|
||||
"title": String,
|
||||
|
||||
// A human-readable message describing the error.
|
||||
// A more detailed, human-readable message describing the error.
|
||||
"message": String,
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user