comparison Core/Enumerations.h @ 730:309e686b41e7

better logging about nonexistent tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Feb 2014 14:51:19 +0100
parents d380222b4c2a
children 37adac56017a
comparison
equal deleted inserted replaced
729:948720c72586 730:309e686b41e7
65 ErrorCode_BadFileFormat, 65 ErrorCode_BadFileFormat,
66 ErrorCode_Timeout, 66 ErrorCode_Timeout,
67 ErrorCode_UnknownResource, 67 ErrorCode_UnknownResource,
68 ErrorCode_IncompatibleDatabaseVersion, 68 ErrorCode_IncompatibleDatabaseVersion,
69 ErrorCode_FullStorage, 69 ErrorCode_FullStorage,
70 ErrorCode_CorruptedFile 70 ErrorCode_CorruptedFile,
71 ErrorCode_InexistentTag
71 }; 72 };
72 73
73 /** 74 /**
74 * {summary}{The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image.} 75 * {summary}{The memory layout of the pixels (resp. voxels) of a 2D (resp. 3D) image.}
75 **/ 76 **/