Mercurial > hg > orthanc
comparison Core/OrthancException.cpp @ 730:309e686b41e7
better logging about nonexistent tags
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 25 Feb 2014 14:51:19 +0100 |
parents | 01d8611c4a60 |
children | 37adac56017a |
comparison
equal
deleted
inserted
replaced
729:948720c72586 | 730:309e686b41e7 |
---|---|
106 return "Error in the network protocol"; | 106 return "Error in the network protocol"; |
107 | 107 |
108 case ErrorCode_CorruptedFile: | 108 case ErrorCode_CorruptedFile: |
109 return "Corrupted file (inconsistent MD5 hash)"; | 109 return "Corrupted file (inconsistent MD5 hash)"; |
110 | 110 |
111 case ErrorCode_InexistentTag: | |
112 return "Inexistent tag"; | |
113 | |
111 case ErrorCode_Custom: | 114 case ErrorCode_Custom: |
112 default: | 115 default: |
113 return "???"; | 116 return "???"; |
114 } | 117 } |
115 } | 118 } |