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

fs: replace bad_args macro with concrete error msg #2495

Closed
wants to merge 1 commit into from
Closed

fs: replace bad_args macro with concrete error msg #2495

wants to merge 1 commit into from

Commits on Aug 22, 2015

  1. fs: replace bad_args macro with concrete error msg

    Instead of throwing an error with `Bad arguments` the fs methods
    returns a concrete error message. If an argument is missing, the
    methods throw an error with the information, what is missing.
    In case of a type mismatch, they throw an error with some hints,
    what datatype is expected.
    romankl committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    7546892 View commit details
    Browse the repository at this point in the history