Blueprint for a translatable HTTP exception, used inside defineExceptionCatalog.
defineExceptionCatalog
Locale-to-template map (e.g. { en: 'Bad {{id}}' }).
{ en: 'Bad {{id}}' }
Readonly
HTTP status to attach (key name like 'NOT_FOUND' or numeric code like 404).
'NOT_FOUND'
404
Translated error messages keyed by locale.
Blueprint for a translatable HTTP exception, used inside
defineExceptionCatalog.