uniqueConstraintMapping: {
      code: 'ORA-00001',
      map: function(str) {
        // we're manually remvoving uniq_ here for a future capability of defining column names explicitly
        var match = str.replace('uniq_', '').match(/unique constraint '(.*?)' violated$/)