|
@@ -1003,7 +1003,7 @@ When an operation fails, the server may throw an exception. The JSON schema of e
|
|
| `SecurityException ` | `401 Unauthorized ` |
|
|
| `SecurityException ` | `401 Unauthorized ` |
|
|
| `IOException ` | `403 Forbidden ` |
|
|
| `IOException ` | `403 Forbidden ` |
|
|
| `FileNotFoundException ` | `404 Not Found ` |
|
|
| `FileNotFoundException ` | `404 Not Found ` |
|
|
-| `RumtimeException ` | `500 Internal Server Error` |
|
|
|
|
|
|
+| `RuntimeException ` | `500 Internal Server Error` |
|
|
|
|
|
|
Below are examples of exception responses.
|
|
Below are examples of exception responses.
|
|
|
|
|