refactor: cleaning up the errors #50

Manually merged
dananglin merged 1 commit from generic-executor-error into main 2024-08-17 11:32:28 +01:00

1 commit

Author SHA1 Message Date
dd6c21afe8
refactor: clean up errors
All checks were successful
REUSE Compliance Check / check (push) Successful in 6s
- Created generic Error types to remove the need to import the errors
  package.
- Used the generic Error types in place of the single use custom Error
  types that have no fields.
- Created new Error types where necessary.

PR: #50
2024-08-17 11:31:06 +01:00