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 a new error code for invalid scenario #297

Merged

Commits on Jun 12, 2024

  1. Add a new error code for invalid scenario

    Currently, if we send a scenario id but that ID is not in the available cache data,
    we return the error MISSING_SCENARIO, which is missleading.
    
    We add a new error code INVALID_SCENARIO, that will be returned if the scenario_id
    is not a valid uuid, or it's not present in our data source
    
    Fixes: chairemobilite#295
    greenscientist committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b832f7a View commit details
    Browse the repository at this point in the history