Exception: ApiClient::Exceptions::Forbidden

Inherits:
Generic
  • Object
show all
Defined in:
lib/api-client/exceptions/forbidden.rb

Overview

Exception for a Forbidden Response ( Status Code : 403 ). The server understood the request, but is refusing to fulfill it.

Class Method Summary collapse

Class Method Details

.initializeForbidden

Initialize a new exception.

Returns:



7
8
9
# File 'lib/api-client/exceptions/forbidden.rb', line 7

def self.initialize
  super('Forbidden!')
end