ClientError
public enum ClientError : Error
Undocumented
-
Failed to build the URL to make the request.
Declaration
Swift
case malformedURL -
Failed to parse the Mastodon’s JSON reponse.
Declaration
Swift
case malformedJSON -
Failed to parse Mastodon’s model.
Declaration
Swift
case invalidModel -
Generic error.
Declaration
Swift
case genericError -
The Mastodon service returned an error.
Declaration
Swift
case mastodonError(String)
View on GitHub
Install in Dash
ClientError Enumeration Reference