InstagramError
public enum InstagramError : ErrorA type representing an error value that can be thrown.
- 
                  
                  Error 400 on login. DeclarationSwift case badRequest
- 
                  
                  Error decoding JSON. DeclarationSwift case decoding(message: String)
- 
                  
                  Invalid API request. DeclarationSwift case invalidRequest(message: String)
- 
                  
                  Keychain error. DeclarationSwift case keychainError(code: OSStatus)
- 
                  
                  The client id or the redirect URI is missing inside the Info.plist file. DeclarationSwift case missingClientIdOrRedirectURI
 View on GitHub
            View on GitHub
           InstagramError Enumeration Reference
      InstagramError Enumeration Reference