AuthError

public enum AuthError : Int

Authentication-related API errors.

  • Authorization is required for this call.

    Declaration

    Swift

    case logInRequired = 1000
  • Authorization failed due to invalid login credentials. This may be because of an expired or invalidated token.

    Declaration

    Swift

    case logInFailed = 2000