| Exception | Description |
|---|---|
| BadResponseException |
Thrown when we the response from the Fangcloud server isn't something we expect.
|
| ClientValidationException |
Some client validation to avoid wrong parameter
|
| InvalidTokenException |
User token is invalid
|
| JsonReadException |
Exception in json read mostly when response deserialization
|
| NeedAuthorizationException |
The exception suggest the user need to authorise
|
| NetworkIOException |
This gets thrown when there's an
IOException when reading or writing to the
network (when communicating with the Fangcloud API servers). |
| NormalException |
Normal exception usually cased by wrong resource, like wrong permission
|
| OtherErrorException |
Other error exception, return by other server, like upload and download server
|
| RateLimitException |
The app has exceeded request limit in a time slot
|
| ServerException |
Server side exception usually caused by server bug, report to us
|
| YfyException |
The base exception thrown by Fangcloud API calls.
|
Copyright © 2018 YiFangYun. All rights reserved.