flask_parameters.exceptions.ArgsException

exception flask_parameters.exceptions.ArgsException(extra_args: List[str], missing_args: List[str])

Missing or extra arguments are supplied in the URL query parameters.

Parameters:
  • extra_args (list[str]) – Names of supplied arguments not in the function signature.

  • missing_args (list[str]) – Names of the missing required arguments.