handler

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