Exception: Slack::AuthError

Inherits:
Error
  • Object
show all
Defined in:
lib/slack/error.rb

Overview

This is the error raised on Authentication failures. Usually this means one of three things

  • Your user failed to go to the authorize url and approve your application

  • You set an invalid or expired token and secret on your Session

  • Your user deauthorized the application after you stored a valid token and secret

Instance Attribute Summary

Attributes inherited from Error

#error, #http_response

Method Summary

Methods inherited from Error

#initialize, #to_s

Constructor Details

This class inherits a constructor from Slack::Error