ThinCloudError
public enum ThinCloudError: Error
ThinCloud SDK Errors.
-
A call was made to a resource that requires authentication.
Declaration
Swift
case notAuthenticated
-
The ThinCloud backend returned an unexpected response.
Declaration
Swift
case responseError
-
The ThinCloud backend returned a payload that could not be deserialized from JSON.
Declaration
Swift
case deserializationError
-
An unknown error ocurred.
Declaration
Swift
case unknownError