DSolve::dvlen
NDSolve::dvlen
NDSolveValue::dvlen
ParametricNDSolve::dvlen
ParametricNDSolveValue::dvlen
RSolve::dvlen
Here f[0, x] has two arguments and there is only one independent variable:
DSolve[f'[x] == f[0, x], f[x], x]This shows a valid input to NDSolve using f[0] as the independent variable:
DSolve[f[0]'[x] == f[0][x], f[0][x], x]