Exception: OData::AbstractQuery::Errors::EntityTypeNotFound

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

Instance Attribute Summary

Attributes inherited from ParseQuerySegmentException

#str

Attributes inherited from AbstractQueryException

#query

Instance Method Summary collapse

Methods inherited from ParseQuerySegmentException

#initialize

Methods inherited from AbstractQueryException

#initialize

Constructor Details

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

Instance Method Details

#to_sObject



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