pub async fn handler(
    __arg0: State<State>,
    __arg1: Path<(String, u32)>,
) -> Result<Json<Vec<SolutionFailure<'static>>>, Error>