Skip to content

Commit a420eac

Browse files
refine error messages for improved clarity and consistency
1 parent f9b176c commit a420eac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/util/messages.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ export const MESSAGES = {
7979
FIRE_CALLED: (req: any) => `Fire operation triggered with: ${JSON.stringify(req)}`,
8080
FIRE_COMPLETE: (itemCount: number) => `Fire operation completed. Items received: ${itemCount}.`,
8181
API_CALL_CT: (uid: string) => `API call initiated for content type: ${uid}.`,
82-
ERROR_MAP: 'Debug [map]: Failed to fetch content type schema.',
83-
ERROR_MAP_RESOLVE: 'Debug [mapResolve]: Unable to resolve mapping.',
84-
ERROR_FILTER_ITEMS: 'Debug [filterItems]: Unable to filter items.',
85-
ERROR_FIRE: 'Debug during fire operation.',
82+
ERROR_MAP: 'Error [map]: Failed to fetch content type schema.',
83+
ERROR_MAP_RESOLVE: 'Error [mapResolve]: Unable to resolve mapping.',
84+
ERROR_FILTER_ITEMS: 'Error [filterItems]: Unable to filter items.',
85+
ERROR_FIRE: 'Error during fire operation.',
8686
REFIRE_CALLED: (req: any) => `Re-fire operation triggered with: ${JSON.stringify(req)}`,
8787
CHECKPOINT_LOCKDOWN: 'Checkpoint: lockdown has been invoked',
8888
},

0 commit comments

Comments
 (0)