Enumeration Casemongokitten 7.10.1Meow
missingOrInvalidValue(key:expected:got:)
The value for the given key is missing, or invalid
case missingOrInvalidValue(key: String, expected: any Any.Type, got: Any?)The value for the given key is missing, or invalid
case missingOrInvalidValue(key: String, expected: any Any.Type, got: Any?)s4Meow0A10ModelErrorO21missingOrInvalidValueyACyxGSS_ypXpypSgtcAEmAA04BaseB0RzlF What are these?7ZD3Cimport Meowenum MeowModelError<M> where M : BaseModelGeneric errors thrown by the generator
@frozen struct StringA Unicode string value that is a collection of characters.
case invalidValue(key: String, reason: String)The value is invalid
case referenceError(id: Any, type: M.Type)A reference to type with id id cannot be resolved
case undeletableObject(reason: String)An object cannot be deleted, because of reason
case cannotUpdate(M.Identifier)case fileTooLarge(size: Int, maximum: Int)A file cannot be stored because it exceeds the maximum size
case deletingMultiple(errors: [(ObjectId, any Error)])One or more errors occurred while mass-deleting objects. The errors array contains the specific object identifier and error pairs.
case cannotValidate(reason: String)Meow was not able to validate the database, because reason
case brokenFileReference(ObjectId)The file cannot be found in GridFS