MongoDbErrorType type

Defines values for MongoDbErrorType. Possible values include: 'Error', 'ValidationError', 'Warning'

type MongoDbErrorType = "Error" | "ValidationError" | "Warning"