Exception: OData::AbstractQuery::Errors::ExecutionOfSegmentFailedValidation

Inherits:
AbstractQuerySegmentException show all
Defined in:
lib/o_data/abstract_query/errors.rb

Instance Attribute Summary

Attributes inherited from AbstractQuerySegmentException

#segment

Attributes inherited from AbstractQueryException

#query

Instance Method Summary collapse

Methods inherited from AbstractQuerySegmentException

#initialize

Methods inherited from AbstractQueryException

#initialize

Constructor Details

This class inherits a constructor from OData::AbstractQuery::Errors::AbstractQuerySegmentException

Instance Method Details

#to_sObject



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