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 custom error support for FFI #42

Merged
merged 3 commits into from
Jan 4, 2023
Merged

Conversation

jimthematrix
Copy link
Contributor

@jimthematrix jimthematrix commented Jan 1, 2023

Add support for specifying custom error definitions in FFI as described in hyperledger/firefly-evmconnect#42

@codecov-commenter
Copy link

Codecov Report

Merging #42 (54c51d1) into main (6e072da) will not change coverage.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##              main       #42     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files           39        49     +10     
  Lines         2202      3345   +1143     
===========================================
+ Hits          2202      3345   +1143     
Impacted Files Coverage Δ
pkg/fftypes/ffi.go 100.00% <ø> (ø)
pkg/i18n/en_base_error_messages.go 100.00% <ø> (ø)
pkg/i18n/en_base_messages.go 100.00% <ø> (ø)
pkg/dbsql/config.go 100.00% <100.00%> (ø)
pkg/dbsql/database.go 100.00% <100.00%> (ø)
pkg/dbsql/filter_sql.go 100.00% <100.00%> (ø)
pkg/dbsql/provider.go 100.00% <100.00%> (ø)
pkg/ffapi/apirequest.go 100.00% <100.00%> (ø)
pkg/ffapi/filter.go 100.00% <100.00%> (ø)
pkg/ffapi/handler.go 100.00% <100.00%> (ø)
... and 5 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@nguyer nguyer merged commit 8b9b0df into hyperledger:main Jan 4, 2023
@nguyer nguyer deleted the custom-error branch January 4, 2023 15:37
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.

3 participants