class BrazeAPI::Errors::Unauthorized
Error to raise when 401 Unauthorized
Public Instance Methods
message()
click to toggle source
# File lib/braze_api/errors.rb, line 9 def message 'Invalid API Key' end
Error to raise when 401 Unauthorized
# File lib/braze_api/errors.rb, line 9 def message 'Invalid API Key' end