Exception: BrazeAPI::Errors::Unauthorized

Inherits:
StandardError
  • Object
show all
Defined in:
lib/braze_api/errors.rb

Overview

Error to raise when 401 Unauthorized

Instance Method Summary collapse

Instance Method Details

#messageObject



9
10
11
# File 'lib/braze_api/errors.rb', line 9

def message
  'Invalid API Key'
end