class Grape::Batch::RequestBodyError::MissingPath
Batch
request path is missing
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/grape/batch/errors.rb, line 69 def initialize super("'path' is missing in one of request objects") end