Home
last modified time | relevance | path

Searched refs:IllegalOperation (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dstorage_interface_mock.h218 return Status{ErrorCodes::IllegalOperation, "findSingleton not implemented."}; in findSingleton()
224 return Status{ErrorCodes::IllegalOperation, "putSingleton not implemented."}; in putSingleton()
231 return Status{ErrorCodes::IllegalOperation, "updateSingleton not implemented."}; in updateSingleton()
237 return Status{ErrorCodes::IllegalOperation, "findById not implemented."}; in findById()
243 return Status{ErrorCodes::IllegalOperation, "deleteById not implemented."}; in deleteById()
250 return Status{ErrorCodes::IllegalOperation, "upsertById not implemented."}; in upsertById()
256 return Status{ErrorCodes::IllegalOperation, "deleteByFilter not implemented."}; in deleteByFilter()
326 return Status{ErrorCodes::IllegalOperation, "CreateOplogFn not implemented."};
345 return Status{ErrorCodes::IllegalOperation, "FindOneFn not implemented."};
354 return Status{ErrorCodes::IllegalOperation, "DeleteOneFn not implemented."};
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/update/
H A Dlog_builder.cpp51 return Status(ErrorCodes::IllegalOperation, in addToSection()
137 return Status(ErrorCodes::IllegalOperation, in setUpdateSemantics()
143 return Status(ErrorCodes::IllegalOperation, "LogBuilder: Invalid attempt to set $v twice."); in setUpdateSemantics()
160 return Status(ErrorCodes::IllegalOperation, in getReplacementObject()
166 return Status(ErrorCodes::IllegalOperation, in getReplacementObject()
171 return Status(ErrorCodes::IllegalOperation, in getReplacementObject()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dinitialize_operation_session_info.cpp98 return {ErrorCodes::IllegalOperation, in initializeOperationSessionInfo()
103 return {ErrorCodes::IllegalOperation, in initializeOperationSessionInfo()
109 return {ErrorCodes::IllegalOperation, in initializeOperationSessionInfo()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/s/
H A Dmerge_chunks_command.cpp153 return Status(ErrorCodes::IllegalOperation, errmsg); in mergeChunks()
183 return Status(ErrorCodes::IllegalOperation, errmsg); in mergeChunks()
201 return Status(ErrorCodes::IllegalOperation, errmsg); in mergeChunks()
215 return Status(ErrorCodes::IllegalOperation, errmsg); in mergeChunks()
229 return Status(ErrorCodes::IllegalOperation, errmsg); in mergeChunks()
238 return Status(ErrorCodes::IllegalOperation, errmsg); in mergeChunks()
252 return Status(ErrorCodes::IllegalOperation, errmsg); in mergeChunks()
H A Dflush_routing_table_cache_updates_command.cpp112 uassert(ErrorCodes::IllegalOperation, in run()
116 uassert(ErrorCodes::IllegalOperation, in run()
/dports/devel/p5-IOC/IOC-0.29/lib/IOC/Service/
H A DParameterized.pm18 … || throw IOC::IllegalOperation "Cannot create a service instance without setting container";
25 throw IOC::IllegalOperation "Parameterized services cannot be deferred";
/dports/math/gecode/gecode-0916a1a/gecode/set/
H A Dexception.cpp52 IllegalOperation::IllegalOperation(const char* l) in IllegalOperation() function in Gecode::Set::IllegalOperation
H A Dexception.hpp94 class GECODE_SET_EXPORT IllegalOperation : public Exception { class
97 IllegalOperation(const char* l);
H A Drel-op.cpp64 throw IllegalOperation("Set::rel"); in rel()
92 throw IllegalOperation("Set::rel"); in rel()
H A Drel-op-singleton.cpp69 throw IllegalOperation("Set::rel"); in rel()
103 throw IllegalOperation("set::rel"); in rel()
H A Delement.cpp84 throw IllegalOperation("Set::element"); in element()
124 throw IllegalOperation("Set::element"); in element()
168 throw IllegalOperation("Set::element"); in element()
/dports/math/gecode/gecode-0916a1a/gecode/float/
H A Dexception.cpp64 IllegalOperation::IllegalOperation(const char* l) in IllegalOperation() function in Gecode::Float::IllegalOperation
H A Dexception.hpp102 class GECODE_FLOAT_EXPORT IllegalOperation : public Exception { class
105 IllegalOperation(const char* l);
/dports/math/gecode/gecode-0916a1a/gecode/int/
H A Dexception.cpp62 IllegalOperation::IllegalOperation(const char* l) in IllegalOperation() function in Gecode::Int::IllegalOperation
H A Dexception.hpp101 class GECODE_INT_EXPORT IllegalOperation : public Exception { class
104 IllegalOperation(const char* l);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/
H A Dservice_entry_point_mongos.cpp73 uassert(ErrorCodes::IllegalOperation, in handleRequest()
107 uassert(ErrorCodes::IllegalOperation, in handleRequest()
/dports/textproc/py-elasticsearch-dsl6/elasticsearch-dsl-6.4.0/elasticsearch_dsl/
H A Dexceptions.py13 class IllegalOperation(ElasticsearchDslException): class
/dports/textproc/py-elasticsearch-dsl/elasticsearch-dsl-7.3.0/elasticsearch_dsl/
H A Dexceptions.py31 class IllegalOperation(ElasticsearchDslException): class
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/IO/Handle/
H A DInternals.hs302 ioException (IOError (Just h) IllegalOperation fun
325 (IOError Nothing IllegalOperation ""
328 (IOError Nothing IllegalOperation ""
333 (IOError Nothing IllegalOperation ""
336 (IOError Nothing IllegalOperation ""
339 (IOError Nothing IllegalOperation ""
342 (IOError Nothing IllegalOperation ""
348 (IOError Nothing IllegalOperation ""
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/s/config/
H A Dconfigsvr_shard_collection_command.cpp151 uassert(ErrorCodes::IllegalOperation, in validateAndDeduceFullRequestOptions()
730 uassert(ErrorCodes::IllegalOperation, in run()
775 uassert(ErrorCodes::IllegalOperation, in run()
788 uassert(ErrorCodes::IllegalOperation, in run()
795 uassert(ErrorCodes::IllegalOperation, in run()
807 uassert(ErrorCodes::IllegalOperation, in run()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/
H A Dfeature_compatibility_version.cpp311 uassert(ErrorCodes::IllegalOperation, in uassertDuringInvalidUpgradeOp()
315 uassert(ErrorCodes::IllegalOperation, in uassertDuringInvalidUpgradeOp()
519 return Status(ErrorCodes::IllegalOperation, in set()
527 return Status(ErrorCodes::IllegalOperation, in setFromString()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/coreaudio-rs-0.9.1/src/
H A Derror.rs78 IllegalOperation = 1852797029, enumerator
93 1852797029 => Err(Error::IllegalOperation), in from_os_status()
119 Error::IllegalOperation => "Illegal operation", in description()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/coreaudio-rs-0.10.0/src/
H A Derror.rs73 IllegalOperation = 1852797029, enumerator
88 1852797029 => Err(Error::IllegalOperation), in from_os_status()
108 Error::IllegalOperation => "Illegal operation", in fmt()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/coreaudio-rs-0.10.0/src/
H A Derror.rs73 IllegalOperation = 1852797029, enumerator
88 1852797029 => Err(Error::IllegalOperation), in from_os_status()
108 Error::IllegalOperation => "Illegal operation", in fmt()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/coreaudio-rs-0.9.1/src/
H A Derror.rs78 IllegalOperation = 1852797029,
93 1852797029 => Err(Error::IllegalOperation),
119 Error::IllegalOperation => "Illegal operation",

12345678910