Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add errors to actions to allow for custom handling #32

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

theothertomelliott
Copy link
Owner

Actions now allow you to specify an error handling function (via the ErrorFunc function).

The error handlers can post messages without interactive elements.

Unit tests have been added for this path.

Fixes #31
Fixes #10

Actions now allow you to specify an error handling function (via the ErrorFunc function).

The error handlers can post messages without interactive elements.

Unit tests have been added for this path.

Fixes #31
Fixes #10
@theothertomelliott theothertomelliott merged commit 09aa68e into main Jan 22, 2024
1 check passed
@theothertomelliott theothertomelliott deleted the theothertomelliott/issue31 branch January 22, 2024 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add errors to actions to allow for custom handling Unit tests for error paths
1 participant