when using the locations API i found a small "inconsistency" when handling URL parameters. if i define a conversion for date as an example and something fails in the conversion i can catch that error in my install(StatusPages) block .. if the parameter is missing completely i don't have a way to catch that. only thing i can do is make it nullable with default value and check explicitly in my code. is that expected / desired?