Exception: OData::AbstractQuery::Errors::InvalidSegmentContext
- Inherits:
-
AbstractQuerySegmentException
- Object
- StandardError
- ODataException
- AbstractQueryException
- AbstractQuerySegmentException
- OData::AbstractQuery::Errors::InvalidSegmentContext
- Defined in:
- lib/o_data/abstract_query/errors.rb
Instance Attribute Summary
Attributes inherited from AbstractQuerySegmentException
Attributes inherited from AbstractQueryException
Instance Method Summary collapse
Methods inherited from AbstractQuerySegmentException
Methods inherited from AbstractQueryException
Constructor Details
This class inherits a constructor from OData::AbstractQuery::Errors::AbstractQuerySegmentException
Instance Method Details
#to_s ⇒ Object
64 65 66 |
# File 'lib/o_data/abstract_query/errors.rb', line 64 def to_s "Invalid context for the segment '#{@segment.value}'." end |