9   'SL::X::FormError'    => {
 
  14     fields              => [ qw(msg db_error) ],
 
  15     defaults            => { error_template => [ '%s: %s', qw(msg db_error) ] },
 
  17   'SL::X::DBHookError'  => {
 
  18     isa                 => 'SL::X::DBError',
 
  19     fields              => [ qw(when hook object object_type) ],
 
  20     defaults            => { error_template => [ '%s hook \'%s\' for object type \'%s\' failed', qw(when hook object_type object) ] },
 
  22   'SL::X::DBRoseError'  => {
 
  23     isa                 => 'SL::X::DBError',
 
  24     fields              => [ qw(class metaobject object) ],
 
  25     defaults            => { error_template => [ '\'%s\' in object of type \'%s\' occurred', qw(db_error class) ] },
 
  27   'SL::X::DBUtilsError' => {
 
  28     isa                 => 'SL::X::DBError',
 
  30   'SL::X::ZUGFeRDValidation' => {