AssetError
public enum AssetError : Error
Errors which can happen when retrieving an Asset
-
When the received JSON does not have all expected values
Declaration
Swift
case missingResultParamenter(json: [String : Any])
-
When the received JSON does have an unexpected value
Declaration
Swift
case invalidResultParamenter(json: [String : Any])