Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add error handling to AzureBlobInputStream::Read method
Introduce error handling for AzureBlobInputStream::Read. If ptrBytesRead is nullptr, construct an error message using ostringstream and throw a runtime_error indicating 'DownloadTo' operation failure with status code.
- Loading branch information