Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPCC-19337 Add streaming remote (dafilesrv) disk read support #10979

Merged
merged 1 commit into from Apr 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions common/remote/remoteerr.hpp
Expand Up @@ -54,6 +54,8 @@
#define RFSERR_AuthenticateFailed 8025
#define RFSERR_CopySectionFailed 8026
#define RFSERR_TreeCopyFailed 8027
#define RFSERR_StreamReadFailed 8028
#define RFSERR_InternalError 8029


#define RAERR_InvalidUsernamePassword 8040
Expand Down