Class: Cuprum::Collections::Errors::NotFound

Inherits:
AbstractFindError show all
Defined in:
lib/cuprum/collections/errors/not_found.rb

Overview

Returned when a find command does not find the requested items.

Constant Summary collapse

TYPE =

Short string used to identify the type of error.

'cuprum.collections.errors.not_found'

Instance Attribute Summary

Attributes inherited from AbstractFindError

#attribute_name, #attribute_value, #attributes, #collection_name, #query

Method Summary

Methods inherited from AbstractFindError

#details, #initialize, #primary_key?

Constructor Details

This class inherits a constructor from Cuprum::Collections::Errors::AbstractFindError