Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 6e8057f

Browse files
authored
Merge pull request #51 from appwrite/fix-missing-error-code
Added missing error code
2 parents 4c1abc2 + 3536957 commit 6e8057f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/views/docs/error-codes.phtml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@
6767
<td data-title="Description: ">Something is broken. Contact our <a href="/support">team</a>, or raise a <a href="https://github.com/appwrite/appwrite/issues/new" target="_blank" rel="noopener">GitHub issue</a>.</td>
6868
</tr>
6969

70+
<tr>
71+
<td data-title="Code: ">501</td>
72+
<td data-title="Text: ">Not Implemented</td>
73+
<td data-title="Description: ">The feature is not implemented. Usually returned when the project owner has disabled an auth method or an entire service.</td>
74+
</tr>
75+
7076
<tr>
7177
<td data-title="Code: ">503</td>
7278
<td data-title="Text: ">Service Unavailable</td>

0 commit comments

Comments
 (0)