Skip to content

Commit

Permalink
Update api-responses.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MallanagoudaB authored Dec 12, 2024
1 parent ed4c572 commit ef8ce22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generics/constants/api-responses.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ module.exports = {
USER_ROLE_UPDATED: 'USER_ROLE_UPDATED',
USER_ROLE_DELETED: 'USER_ROLE_DELETED',
ENTITY_UPDATED: 'ENTITY_UPDATED',
ENTITIES_FAILED: 'Some entities could not be created due to missing required fields.',
ENTITY_TYPE_FAILED: 'Some entity type could not be created due to missing required fields.',
ENTITIES_FAILED: 'The creation of this entities was skipped due to missing required data.',
ENTITY_TYPE_FAILED: 'The creation of this entity type was skipped due to missing required data.',
FIELD_MISSING: 'Fields are missing',
ENTITY_TYPE_CREATION_FAILED: 'ENTITY TYPE CREATION FAILED',

Expand Down

0 comments on commit ef8ce22

Please sign in to comment.