Exception: OData::AbstractQuery::Errors::EntityTypeNotFound
- Inherits:
-
ParseQuerySegmentException
- Object
- StandardError
- ODataException
- AbstractQueryException
- ParseQuerySegmentException
- OData::AbstractQuery::Errors::EntityTypeNotFound
- Defined in:
- lib/o_data/abstract_query/errors.rb
Instance Attribute Summary
Attributes inherited from ParseQuerySegmentException
Attributes inherited from AbstractQueryException
Instance Method Summary collapse
Methods inherited from ParseQuerySegmentException
Methods inherited from AbstractQueryException
Constructor Details
This class inherits a constructor from OData::AbstractQuery::Errors::ParseQuerySegmentException
Instance Method Details
#to_s ⇒ Object
30 31 32 |
# File 'lib/o_data/abstract_query/errors.rb', line 30 def to_s "EntityType not found for the segment '#{self.str.to_s}'" end |