class Safrano::BadRequestExpandInvalidPath
for invalid attribute in $expand param
Public Class Methods
new(model, path)
click to toggle source
# File lib/odata/error.rb, line 179 def initialize(model, path) @msg = "Bad Request: the $expand path #{path} is invalid for entityset #{model.entity_set_name}" end