argos/dmp-backend/web/src/main/resources/config/errors.yml

59 lines
1.7 KiB
YAML

error-thesaurus:
hash-conflict:
code: 100
message: there is a hash conflict for the item modifed. please reload to get the latest changes
forbidden:
code: 101
message: insufficient rights
system-error:
code: 102
message: an unexpected system error occured
missing-tenant:
code: 103
message: tenant scope not provided
model-validation:
code: 106
message: validation error
tenant-code-required:
code: 108
message: tenant code required
tenant-name-required:
code: 109
message: tenant name required
index-already-exists:
code: 110
message: index already exists
tenant-not-allowed:
code: 113
message: tenant not allowed
description-template-new-version-conflict:
code: 114
message: version to update not the latest
dmp-new-version-conflict:
code: 115
message: version to update not the latest
dmp-is-finalized:
code: 116
message: To perform this action you will need to revert DMP's finalisation
dmp-can-not-change:
code: 117
message: dmp can not change
dmp-description-template-can-not-change:
code: 118
message: dmp description template can not change
invalid-description-template:
code: 118
message: invalid description template id
description-is-finalized:
code: 119
message: To perform this action you will need to revert description finalisation
dmp-blueprint-has-no-description-templates:
code: 120
message: You need to select Has Description Templates field to at least one Section.
dmp-blueprint-new-version-conflict:
code: 121
message: version to update not the latest
dmp-description-template-can-not-remove:
code: 122
message: Can not remove description template that is already in use.