Closed himeshr closed 1 year ago
Sql query to mark terminal errorTypes:
select * from error_type where name in (
'DemandDeletionFailure',
'DispatchDeletionFailure',
'DispatchLineItemsDeletionFailure',
'UpdateDispatchReceiptError',
'DeleteEntityError',
'AddressNotFoundError'
);
update error_type set follow_up_step = '1' where name in (
'DemandDeletionFailure',
'DispatchDeletionFailure',
'DispatchLineItemsDeletionFailure',
'UpdateDispatchReceiptError',
'DeleteEntityError',
'AddressNotFoundError'
);
ErrorTypes classification available in doc https://docs.google.com/spreadsheets/d/1qw9DLEaBS7o0Svc0TYUztj8n6UjzO7iQTONDhbIbI44/edit?usp=sharing
GIST with the update commands as per this card tasks is available here