Class Mongo::Error::InvalidBulkOperationType
In: lib/mongo/error/invalid_bulk_operation_type.rb
Parent: Error

Exception raised if an non-existent operation type is used.

@since 2.0.0

Methods

new  

Public Class methods

Instantiate the new exception.

@example Instantiate the exception.

  Mongo::Error::InvalidBulkOperationType.new(type)

@param [ String ] type The attempted operation type.

@since 2.0.0

[Validate]