Skip to content

Commit

Permalink
merged dev into userProfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisKina-dev committed Jul 18, 2024
1 parent 1456876 commit 974c6e6
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 169 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
@Getter
public enum AppErrorCodeEnum {
ATMLM_500("ATMLM_500", "Si è verificato un errore imprevisto, vedere i log per ulteriori informazioni", GENERIC),
ATMLM_401("ATMLM_401", "Richiesta non autorizzata", UNAUTHORIZED),
ATMLM_429("ATMLM_429", "Rate limit raggiunto; riprovare in seguito", RATE_LIMIT),
BPMN_FILE_WITH_SAME_CONTENT_ALREADY_EXIST("ATMLM_4000001", "Una risorsa di processo con lo stesso contenuto esiste già", CONSTRAINT_VIOLATION),
BPMN_FILE_DOES_NOT_EXIST("ATMLM_4000002", "La risorsa di processo indicata non esiste", NOT_EXISTING_REFERENCED_ENTITY),
BPMN_FILE_NOT_DEPLOYED("ATMLM_4000003", "La risorsa di processo indicata non è stata rilasciata", NOT_DEPLOYED_STATUS),
Expand Down
Loading

0 comments on commit 974c6e6

Please sign in to comment.