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