From 26aa6f09de3a188e898573e53becd3ca861ef1de Mon Sep 17 00:00:00 2001 From: Nyeki Date: Thu, 16 Jul 2026 16:51:37 +0000 Subject: [PATCH] Update docs/v2/_Description.md --- docs/v2/_Description.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v2/_Description.md b/docs/v2/_Description.md index c28b695..5eaff3e 100644 --- a/docs/v2/_Description.md +++ b/docs/v2/_Description.md @@ -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, } ```