Skip to content

Allow send_error to continue if collecting multiple error messages before throwing #4

@nealkruis

Description

@nealkruis

Thoughts:

  • send_error should throw by default, but have an optional argument to force the execution to continue without throwing
  • the courier instance should keep track of the number of unthrown errors it has issued
  • add a new method for users to indicate they are ready to throw after collecting potential errors (maybe check_for_unthrown_errors?)
  • When a courier is destroyed, it should check if there are unthrown errors and do something appropriate

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions