InstagramError

public enum InstagramError : Error

A type representing an error value that can be thrown.

  • Error 400 on login.

    Declaration

    Swift

    case badRequest
  • Error decoding JSON.

    Declaration

    Swift

    case decoding(message: String)
  • Invalid API request.

    Declaration

    Swift

    case invalidRequest(message: String)
  • Keychain error.

    Declaration

    Swift

    case keychainError(code: OSStatus)
  • The client id or the redirect URI is missing inside the Info.plist file.

    Declaration

    Swift

    case missingClientIdOrRedirectURI