Exception: Happi::Error::Unauthorized

Inherits:
ClientError show all
Defined in:
lib/happi/error.rb

Instance Attribute Summary

Attributes inherited from Happi::Error

#response

Instance Method Summary collapse

Methods inherited from Happi::Error

#initialize

Constructor Details

This class inherits a constructor from Happi::Error

Instance Method Details

#messageObject



22
23
24
# File 'lib/happi/error.rb', line 22

def message
  "The request was not authorized"
end