Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/docs/debugging.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<p>Appwrite uses conventional HTTP response codes to indicate the success or failure of an API request. In general: Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, invalid input, etc.). Codes in the 5xx range indicate an error with the Appwrite server, but these are rare.</p>

<p><a href="/docs/error-codes">Learn more about Appwrite status codes</a></p>
<p><a href="/docs/response-codes">Learn more about Appwrite status codes</a></p>


<h2><a href="/docs/debugging#devMode" id="devMode">Dev Mode</a></h2>
Expand Down