File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments