From f054cfa9e02a1f7ef7c4e645931a6722eade0077 Mon Sep 17 00:00:00 2001 From: Nyeki Date: Thu, 16 Jul 2026 16:56:22 +0000 Subject: [PATCH] Update docs/v2/_Description.md --- docs/v2/_Description.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/v2/_Description.md b/docs/v2/_Description.md index 5eaff3e..3198baf 100644 --- a/docs/v2/_Description.md +++ b/docs/v2/_Description.md @@ -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, } ```