Skip to content

Levels of error handling #49

@adamrtalbot

Description

@adamrtalbot

Currently, this ignores all errors. We should handle these better. Perhaps it could include options:

  • ignore: Ignore all errors and hide the logs
  • warning: Post an error to the log but continue
  • error: Raise an error

This could be used for the delete and re-try modes as well, so when we try to delete the old stuff it ignores the user setting and ignores.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions