Skip to content

[FEAT] Add Error Flags and Checking in the Code #96

@aaronjridley

Description

@aaronjridley

Is your feature request related to a problem? Please describe.
At this point the code does not stop gracefully. There needs to be more error checking and reporting. The Report class should have error flags that can be tripped and then reported. There should be a lot more try and catch pairs in the code.

Describe the solution you'd like
Should have:

  • a report.add_error("reason for error") that sets both the error and the function that called it
  • more try and catch pairs as well as ways of aborting the layers of functions
  • A report at the end that shows all of the error flags

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions