Wrong error message in OpenVDSInterfaceImpl::Close

In function OpenVDSInterfaceImpl::Close:

throw InvalidOperation(fmt::format("Flush in Close failed: {}", error.string).c_str());

need to change on:

throw InvalidOperation(fmt::format("Flush in Close failed: {}", flashError.string).c_str());