Lines 191-198
Link Here
|
191 |
<span>An error occurred when creating this list. The name [% shelfname | html %] already exists.</span> |
191 |
<span>An error occurred when creating this list. The name [% shelfname | html %] already exists.</span> |
192 |
[% CASE 'Koha::Exceptions::Virtualshelf::UseDbAdminAccount' %] |
192 |
[% CASE 'Koha::Exceptions::Virtualshelf::UseDbAdminAccount' %] |
193 |
<span>List could not be created. (Do not use the database administrator account.)</span> |
193 |
<span>List could not be created. (Do not use the database administrator account.)</span> |
194 |
[% CASE 'DBIx::Class::Exception' %] |
194 |
[% CASE 'Koha::Exceptions::Object::FKConstraint' %] |
195 |
[% m.msg | html %] |
195 |
<span>Database constraint error: [% m.msg | html %]</span> |
|
|
196 |
[% CASE 'Koha::Exceptions::Object::DuplicateID' %] |
197 |
<span>Duplicate entry error: [% m.msg | html %]</span> |
198 |
[% CASE 'Koha::Exceptions::Object::BadValue' %] |
199 |
<span>Invalid data error: [% m.msg | html %]</span> |
196 |
[% CASE %] |
200 |
[% CASE %] |
197 |
[% m.code | html %] |
201 |
[% m.code | html %] |
198 |
[% m.msg | html %] |
202 |
[% m.msg | html %] |