Skip to content

Commit

Permalink
feat: improved documentation for errors on api
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Aug 27, 2024
1 parent bdae88f commit f3e2018
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/content/wiki/developers/api/errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: API Errors
desc: Errors that can be returned by the API
extraFooterClass: "mt-[100%]"
---
<div class="flex flex-col gap-5 pt-5 justify-center items-center">
When you recive an error you will have a json payload like:
```json
{
Expand All @@ -15,5 +16,7 @@ When you recive an error you will have a json payload like:
}
```

<h2 class="text-2xl font-bold justify-center items-center">Resources</h2>
[HTTPS Status Code Index](https://restfulapi.net/http-status-codes/)
<h2 class="text-2xl font-bold bg-gradient-to-tr from-red-300 to-red-500 bg-clip-text text-transparent">Resources</h2>
<a class="text-sm font-medium pb-2 justify-start bg-gradient-to-tr from-blue-500 to-cyan-400 bg-clip-text text-transparent">HTTPS Status Code Index</a>

</div>

0 comments on commit f3e2018

Please sign in to comment.