Skip to content

Commit

Permalink
ADM-678:[docs]feat: add 500 error (#851)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea <Andrea2000728>
  • Loading branch information
Andrea2000728 authored Dec 21, 2023
1 parent 712ea28 commit 2225a4c
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ responses:
<td>hintInfo</td>
</tr>
<tr>
<td rowspan="2">500</td>
<td rowspan="2">400</td>
<td>Token cannot be empty.</td>
<td rowspan="2"></td>
</tr>
Expand All @@ -115,6 +115,10 @@ responses:
<td>Failed to get BuildKite info_status: 401 UNAUTHORIZED, reason: xxx</td>
<td>Token is incorrect</td>
</tr>
<td>500</td>
<td></td>
<td>Internal Server Error</td>
</tr>
</table>

- Sequence Diagram
Expand Down Expand Up @@ -193,7 +197,7 @@ responses:{
<td>hintInfo</td>
</tr>
<tr>
<td rowspan="4">500</td>
<td rowspan="4">400</td>
<td>Token cannot be empty.</td>
<td rowspan="4"></td>
</tr>
Expand All @@ -211,6 +215,10 @@ responses:{
<td>Failed to get BuildKite info_status: 401 UNAUTHORIZED, reason: xxx</td>
<td>Token is incorrect</td>
</tr>
<td>500</td>
<td></td>
<td>Internal Server Error</td>
</tr>
</table>

- Sequence Diagram
Expand Down

0 comments on commit 2225a4c

Please sign in to comment.