comparison Core/OrthancException.cpp @ 693:01d8611c4a60

md5 for attached files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2014 17:52:51 +0100
parents 2d0a347e8cfc
children 309e686b41e7
comparison
equal deleted inserted replaced
692:1a3f9d90a2dd 693:01d8611c4a60
103 return "Bad request"; 103 return "Bad request";
104 104
105 case ErrorCode_NetworkProtocol: 105 case ErrorCode_NetworkProtocol:
106 return "Error in the network protocol"; 106 return "Error in the network protocol";
107 107
108 case ErrorCode_CorruptedFile:
109 return "Corrupted file (inconsistent MD5 hash)";
110
108 case ErrorCode_Custom: 111 case ErrorCode_Custom:
109 default: 112 default:
110 return "???"; 113 return "???";
111 } 114 }
112 } 115 }