An enum that is used internally by the ValidationErrorItem class that maps current type strings (as given to ValidationErrorItem.constructor()) to our new origin values.

Enumeration Members

"notNull violation": "CORE"
"unique violation": "DB"
"Validation error": "FUNCTION"