Exception: OData::AbstractQuery::Errors::ExecutionOfSegmentFailedValidation
- Inherits:
-
AbstractQuerySegmentException
- Object
- StandardError
- ODataException
- AbstractQueryException
- AbstractQuerySegmentException
- OData::AbstractQuery::Errors::ExecutionOfSegmentFailedValidation
- 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
58 59 60 |
# File 'lib/o_data/abstract_query/errors.rb', line 58 def to_s "Execution of the segment '#{@segment.value}' did not return a valid result." end |