Swiftagram Documentation

Enumeration Specialized​Error

public enum SpecializedError: Error  

An enum holding reference to possible Errors in the response.

%75 SpecializedError SpecializedError Error Error SpecializedError->Error

Conforms To

Error

Enumeration Cases

generic

case generic(String, response: Wrapper) 

A generic Error.

unforseen

case unforseen(String?, response: Wrapper) 

Unforseen status. Check the underlying Wrapper to find out more.

unknown

case unknown(response: Wrapper) 

The status was marked as fail, but no message was provided. Check the underlying Wrapper to find out more.