public @NotNull List<RuntimeException> validate(GetArraySublistInput input) {
        List<RuntimeException> errs = new ArrayList<>();

        addErrsForArray(errs, input);
        addErrsForFromIndex(errs, input);