class Grape::Batch::RequestBodyError::InvalidPath

Batch request path isn’t properly formatted as a String

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/grape/batch/errors.rb, line 76
def initialize
  super("'path' is invalid in one of request objects")
end