Exception: OData::AbstractQuery::Errors::InvalidOptionContext
- Inherits:
-
AbstractQueryOptionException
- Object
- StandardError
- ODataException
- AbstractQueryException
- AbstractQueryOptionException
- OData::AbstractQuery::Errors::InvalidOptionContext
- Defined in:
- lib/o_data/abstract_query/errors.rb
Instance Attribute Summary
Attributes inherited from AbstractQueryOptionException
Attributes inherited from AbstractQueryException
Instance Method Summary collapse
Methods inherited from AbstractQueryOptionException
Methods inherited from AbstractQueryException
Constructor Details
This class inherits a constructor from OData::AbstractQuery::Errors::AbstractQueryOptionException
Instance Method Details
#to_s ⇒ Object
105 106 107 |
# File 'lib/o_data/abstract_query/errors.rb', line 105 def to_s "Invalid context for the query option '#{self.option.option_name.to_s}'." end |