MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / MongoModelException

Class MongoModelException

test/correctness/util.py:530–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528
529
530class MongoModelException(Exception):
531 def __init__(self, message, Errors=None, code=None):
532 Exception.__init__(self, message)
533 self.Errors = Errors
534 self.code = code
535
536
537def format_result(parent, result, index):

Callers 15

parseMethod · 0.85
getTypeCodeFunction · 0.85
_insertMethod · 0.85
insertMethod · 0.85
distinctMethod · 0.85
replaceMethod · 0.85
_create_indexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected