HelpErrorP.h 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /*
  2. * CDE - Common Desktop Environment
  3. *
  4. * Copyright (c) 1993-2012, The Open Group. All rights reserved.
  5. *
  6. * These libraries and programs are free software; you can
  7. * redistribute them and/or modify them under the terms of the GNU
  8. * Lesser General Public License as published by the Free Software
  9. * Foundation; either version 2 of the License, or (at your option)
  10. * any later version.
  11. *
  12. * These libraries and programs are distributed in the hope that
  13. * they will be useful, but WITHOUT ANY WARRANTY; without even the
  14. * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  15. * PURPOSE. See the GNU Lesser General Public License for more
  16. * details.
  17. *
  18. * You should have received a copy of the GNU Lesser General Public
  19. * License along with these librararies and programs; if not, write
  20. * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  21. * Floor, Boston, MA 02110-1301 USA
  22. */
  23. /* $XConsortium: HelpErrorP.h /main/3 1995/10/26 12:24:36 rswiston $ */
  24. /************************************<+>*************************************
  25. ****************************************************************************
  26. **
  27. ** File: DtErrnoP.h
  28. **
  29. ** Project: CacheCreeek (Rivers) Project.
  30. **
  31. **
  32. ** Description: Private defines Dt errors.
  33. **
  34. **
  35. ** (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 Hewlett-Packard Company
  36. **
  37. ** (c) Copyright 1993, 1994 Hewlett-Packard Company
  38. ** (c) Copyright 1993, 1994 International Business Machines Corp.
  39. ** (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  40. ** (c) Copyright 1993, 1994 Novell, Inc.
  41. **
  42. **
  43. **
  44. ****************************************************************************
  45. ************************************<+>*************************************/
  46. #ifndef _DtErrnoP_h
  47. #define _DtErrnoP_h
  48. #include "CanvasError.h"
  49. #ifdef __cplusplus
  50. extern "C" {
  51. #endif
  52. /*
  53. * library generated errors in the system variable 'errno'
  54. */
  55. #define DtErrorReported CEErrorReported
  56. #define DtErrorExceedMaxSize CEErrorExceedMaxSize
  57. #define DtErrorIllegalDatabaseFile CEErrorIllegalDatabaseFile
  58. #define DtErrorIllegalKeyword CEErrorIllegalKeyword
  59. #define DtErrorIllegalPath CEErrorIllegalPath
  60. #define DtErrorIllegalResource CEErrorIllegalResource
  61. #define DtErrorLocIdNotFound CEErrorLocIdNotFound
  62. #define DtErrorMalloc CEErrorMalloc
  63. #define DtErrorMissingAbstractRes CEErrorMissingAbstractRes
  64. #define DtErrorMissingFilenameRes CEErrorMissingFilenameRes
  65. #define DtErrorMissingFileposRes CEErrorMissingFileposRes
  66. #define DtErrorMissingKeywordsRes CEErrorMissingKeywordsRes
  67. #define DtErrorMissingTitleRes CEErrorMissingTitleRes
  68. #define DtErrorMissingTopTopicRes CEErrorMissingTopTopicRes
  69. #define DtErrorMissingTopicList CEErrorMissingTopicList
  70. #define DtErrorNoKeywordList CEErrorNoKeywordList
  71. /*
  72. * Formatting errors.
  73. */
  74. #define DtErrorMissingTopicCmd CEErrorMissingTopicCmd
  75. #define DtErrorMissingTitleCmd CEErrorMissingTitleCmd
  76. #define DtErrorFormattingCmd CEErrorFormattingCmd
  77. #define DtErrorFormattingId CEErrorFormattingId
  78. #define DtErrorFormattingLabel CEErrorFormattingLabel
  79. #define DtErrorFormattingLink CEErrorFormattingLink
  80. #define DtErrorFormattingTitle CEErrorFormattingTitle
  81. #define DtErrorFormattingValue CEErrorFormattingValue
  82. #define DtErrorFormattingOption CEErrorFormattingOption
  83. #define DtErrorHyperType CEErrorHyperType
  84. #define DtErrorHyperSpec CEErrorHyperSpec
  85. #define DtErrorHyperNotFound CEErrorHyperNotFound
  86. #define DtErrorHyperTitle CEErrorHyperTitle
  87. #define DtErrorIllegalInfo CEErrorIllegalInfo
  88. #define DtErrorReadEmpty CEErrorReadEmpty
  89. #define DtErrorFileSeek CEErrorFileSeek
  90. #define DtErrorParagraphValue CEErrorParagraphValue
  91. #define DtErrorParagraphOption CEErrorParagraphOption
  92. #define DtErrorTopicSyntax CEErrorTopicSyntax
  93. #define DtErrorFontSpec CEErrorFontSpec
  94. #define DtErrorAbbrevSyntax CEErrorAbbrevSyntax
  95. #define DtErrorTitleSyntax CEErrorTitleSyntax
  96. #define DtErrorFigureSyntax CEErrorFigureSyntax
  97. #define DtErrorGraphicSyntax CEErrorGraphicSyntax
  98. #define DtErrorFontSyntax CEErrorFontSyntax
  99. #define DtErrorIdSyntax CEErrorIdSyntax
  100. #define DtErrorLabelSyntax CEErrorLabelSyntax
  101. #define DtErrorLinkSyntax CEErrorLinkSyntax
  102. #define DtErrorNewLineSyntax CEErrorNewLineSyntax
  103. #define DtErrorParagraphSyntax CEErrorParagraphSyntax
  104. #define DtErrorOctalSyntax CEErrorOctalSyntax
  105. #ifdef __cplusplus
  106. } /* Close scope of 'extern "C"' declaration which encloses file. */
  107. #endif
  108. #endif /* _DtErrnoP_h */
  109. /* DON'T ADD ANYTHING AFTER THIS #endif */