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

Fix Error around Arguments in Credential gateway #115

Open
MarketMadi opened this issue Jan 4, 2024 · 0 comments
Open

Fix Error around Arguments in Credential gateway #115

MarketMadi opened this issue Jan 4, 2024 · 0 comments

Comments

@MarketMadi
Copy link
Collaborator

error[E0061]: this function takes 2 arguments but 3 arguments were supplied
   --> src/credentialgateway.rs:131:40
    |
131 | ... = ServiceDeliveranceResult::new(service_id, ret, reaso...
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                --------
    |                                                    | |
    |                                                    | unexpected argument of type `Vec<_>`
    |                                                    help: remove the extra argument
    |

As a developer, I need to resolve this error to run a successful cargo build. The third argument appears to be causing this issue. It could be fixed by updating ServiceDeliveranceResult to take 3 arguments.

@MarketMadi MarketMadi changed the title Fix Error around Argyments in Credential gateway Fix Error around Arguments in Credential gateway Jan 4, 2024
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

No branches or pull requests

1 participant