Exception: OdataDuty::NoImplementationError

Inherits:
ServerError show all
Defined in:
lib/odata_duty/errors.rb

Direct Known Subclasses

NotYetSupportedError

Instance Attribute Summary

Attributes inherited from RequestError

#code, #target

Instance Method Summary collapse

Methods inherited from RequestError

#initialize

Constructor Details

This class inherits a constructor from OdataDuty::RequestError

Instance Method Details

#statusObject



25
26
27
# File 'lib/odata_duty/errors.rb', line 25

def status
  :not_implemented
end