TwitterError

public enum TwitterError: Swift.Error, CustomNSError

Twitter Error

Seealso

Error Codes & Responses from Twitter Developer Documentation
  • Your credentials do not allow access to this resource.

    Declaration

    Swift

    case NotAllowed
  • Other wrapper for unknown error from Twitter.

    Declaration

    Swift

    case Other(code: Int, message: String?)