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

chore: add Error behavior to APIError type #15

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Conversation

jsteenb2
Copy link
Collaborator

@jsteenb2 jsteenb2 commented Feb 1, 2024

this enables the APIError to satisfy the error interface, allowing it to be propagated up a callstack without conversion.

this enables the APIError to satisfy the error interface adn allow it to
be propogated up a callstack without conversion.
@@ -5,6 +5,7 @@ go 1.21
require (
github.com/crowdstrike/gofalcon v0.4.2
github.com/xeipuuv/gojsonschema v1.2.0
gopkg.in/yaml.v2 v2.4.0
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was missed in prev version evidently. Not a deal breaker for the module, but got missed

@jsteenb2 jsteenb2 merged commit 736cbf6 into main Feb 1, 2024
1 check passed
@jsteenb2 jsteenb2 deleted the chore/APIError_method branch February 1, 2024 15:24
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.

None yet

3 participants