OpenIndiana and Solaris port
[oweals/cde.git] / cde / programs / dtinfo / dtinfo / src / Basic / Error.hh
1 // $XConsortium: Error.hh /main/3 1996/06/11 16:18:17 cde-hal $
2 enum ErrorCode {
3     eSuccess,                   // Success
4     eFailure,                   // Failure - general
5     eEOF,                       // End of File - general
6     eBadEOF                     // End of File - unexpected
7   };
8