Exception: BrazeAPI::Errors::Unauthorized
- Inherits:
-
StandardError
- Object
- StandardError
- BrazeAPI::Errors::Unauthorized
- Defined in:
- lib/braze_api/errors.rb
Overview
Error to raise when 401 Unauthorized
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
9 10 11 |
# File 'lib/braze_api/errors.rb', line 9 def 'Invalid API Key' end |