source: anuga_core/install/winxp/NetCDFWinInstaller/include/H5Edefin.h @ 7310

Last change on this file since 7310 was 7310, checked in by rwilson, 15 years ago

Added the NetCDF Windows installer.

  • Property svn:executable set to *
File size: 11.5 KB
Line 
1/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2 * Copyright by The HDF Group.                                               *
3 * Copyright by the Board of Trustees of the University of Illinois.         *
4 * All rights reserved.                                                      *
5 *                                                                           *
6 * This file is part of HDF5.  The full HDF5 copyright notice, including     *
7 * terms governing use, modification, and redistribution, is contained in    *
8 * the files COPYING and Copyright.html.  COPYING can be found at the root   *
9 * of the source code distribution tree; Copyright.html can be found at the  *
10 * root level of an installed copy of the electronic HDF5 document set and   *
11 * is linked from the top-level documents page.  It can also be found at     *
12 * http://hdfgroup.org/HDF5/doc/Copyright.html.  If you do not have          *
13 * access to either file, you may request a copy from help@hdfgroup.org.     *
14 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
15
16/* Generated automatically by bin/make_err -- do not edit */
17/* Add new errors to H5err.txt file */
18
19
20#ifndef _H5Edefin_H
21#define _H5Edefin_H
22
23/* Major error IDs */
24hid_t H5E_DATASET_g        = FAIL;      /* Dataset */
25hid_t H5E_FUNC_g           = FAIL;      /* Function entry/exit */
26hid_t H5E_STORAGE_g        = FAIL;      /* Data storage */
27hid_t H5E_FILE_g           = FAIL;      /* File accessability */
28hid_t H5E_SOHM_g           = FAIL;      /* Shared Object Header Messages */
29hid_t H5E_SYM_g            = FAIL;      /* Symbol table */
30hid_t H5E_VFL_g            = FAIL;      /* Virtual File Layer */
31hid_t H5E_INTERNAL_g       = FAIL;      /* Internal error (too specific to document in detail) */
32hid_t H5E_BTREE_g          = FAIL;      /* B-Tree node */
33hid_t H5E_REFERENCE_g      = FAIL;      /* References */
34hid_t H5E_DATASPACE_g      = FAIL;      /* Dataspace */
35hid_t H5E_RESOURCE_g       = FAIL;      /* Resource unavailable */
36hid_t H5E_PLIST_g          = FAIL;      /* Property lists */
37hid_t H5E_LINK_g           = FAIL;      /* Links */
38hid_t H5E_DATATYPE_g       = FAIL;      /* Datatype */
39hid_t H5E_RS_g             = FAIL;      /* Reference Counted Strings */
40hid_t H5E_HEAP_g           = FAIL;      /* Heap */
41hid_t H5E_OHDR_g           = FAIL;      /* Object header */
42hid_t H5E_ATOM_g           = FAIL;      /* Object atom */
43hid_t H5E_ATTR_g           = FAIL;      /* Attribute */
44hid_t H5E_NONE_MAJOR_g     = FAIL;      /* No error */
45hid_t H5E_IO_g             = FAIL;      /* Low-level I/O */
46hid_t H5E_SLIST_g          = FAIL;      /* Skip Lists */
47hid_t H5E_EFL_g            = FAIL;      /* External file list */
48hid_t H5E_TST_g            = FAIL;      /* Ternary Search Trees */
49hid_t H5E_ARGS_g           = FAIL;      /* Invalid arguments to routine */
50hid_t H5E_ERROR_g          = FAIL;      /* Error API */
51hid_t H5E_PLINE_g          = FAIL;      /* Data filters */
52hid_t H5E_FSPACE_g         = FAIL;      /* Free Space Manager */
53hid_t H5E_CACHE_g          = FAIL;      /* Object cache */
54
55/* Minor error IDs */
56
57/* Generic low-level file I/O errors */
58hid_t H5E_SEEKERROR_g      = FAIL;      /* Seek failed */
59hid_t H5E_READERROR_g      = FAIL;      /* Read failed */
60hid_t H5E_WRITEERROR_g     = FAIL;      /* Write failed */
61hid_t H5E_CLOSEERROR_g     = FAIL;      /* Close failed */
62hid_t H5E_OVERFLOW_g       = FAIL;      /* Address overflowed */
63hid_t H5E_FCNTL_g          = FAIL;      /* File control (fcntl) failed */
64
65/* Resource errors */
66hid_t H5E_NOSPACE_g        = FAIL;      /* No space available for allocation */
67hid_t H5E_CANTALLOC_g      = FAIL;      /* Can't allocate space */
68hid_t H5E_CANTCOPY_g       = FAIL;      /* Unable to copy object */
69hid_t H5E_CANTFREE_g       = FAIL;      /* Unable to free object */
70hid_t H5E_ALREADYEXISTS_g  = FAIL;      /* Object already exists */
71hid_t H5E_CANTLOCK_g       = FAIL;      /* Unable to lock object */
72hid_t H5E_CANTUNLOCK_g     = FAIL;      /* Unable to unlock object */
73hid_t H5E_CANTGC_g         = FAIL;      /* Unable to garbage collect */
74hid_t H5E_CANTGETSIZE_g    = FAIL;      /* Unable to compute size */
75hid_t H5E_OBJOPEN_g        = FAIL;      /* Object is already open */
76
77/* Heap errors */
78hid_t H5E_CANTRESTORE_g    = FAIL;      /* Can't restore condition */
79hid_t H5E_CANTCOMPUTE_g    = FAIL;      /* Can't compute value */
80hid_t H5E_CANTEXTEND_g     = FAIL;      /* Can't extend heap's space */
81hid_t H5E_CANTATTACH_g     = FAIL;      /* Can't attach object */
82hid_t H5E_CANTUPDATE_g     = FAIL;      /* Can't update object */
83hid_t H5E_CANTOPERATE_g    = FAIL;      /* Can't operate on object */
84
85/* Function entry/exit interface errors */
86hid_t H5E_CANTINIT_g       = FAIL;      /* Unable to initialize object */
87hid_t H5E_ALREADYINIT_g    = FAIL;      /* Object already initialized */
88hid_t H5E_CANTRELEASE_g    = FAIL;      /* Unable to release object */
89
90/* Property list errors */
91hid_t H5E_CANTGET_g        = FAIL;      /* Can't get value */
92hid_t H5E_CANTSET_g        = FAIL;      /* Can't set value */
93hid_t H5E_DUPCLASS_g       = FAIL;      /* Duplicate class name in parent class */
94
95/* Free space errors */
96hid_t H5E_CANTMERGE_g      = FAIL;      /* Can't merge objects */
97hid_t H5E_CANTREVIVE_g     = FAIL;      /* Can't revive object */
98hid_t H5E_CANTSHRINK_g     = FAIL;      /* Can't shrink container */
99
100/* Object header related errors */
101hid_t H5E_LINKCOUNT_g      = FAIL;      /* Bad object header link count */
102hid_t H5E_VERSION_g        = FAIL;      /* Wrong version number */
103hid_t H5E_ALIGNMENT_g      = FAIL;      /* Alignment error */
104hid_t H5E_BADMESG_g        = FAIL;      /* Unrecognized message */
105hid_t H5E_CANTDELETE_g     = FAIL;      /* Can't delete message */
106hid_t H5E_BADITER_g        = FAIL;      /* Iteration failed */
107hid_t H5E_CANTPACK_g       = FAIL;      /* Can't pack messages */
108hid_t H5E_CANTRESET_g      = FAIL;      /* Can't reset object */
109
110/* System level errors */
111hid_t H5E_SYSERRSTR_g      = FAIL;      /* System error message */
112
113/* I/O pipeline errors */
114hid_t H5E_NOFILTER_g       = FAIL;      /* Requested filter is not available */
115hid_t H5E_CALLBACK_g       = FAIL;      /* Callback failed */
116hid_t H5E_CANAPPLY_g       = FAIL;      /* Error from filter 'can apply' callback */
117hid_t H5E_SETLOCAL_g       = FAIL;      /* Error from filter 'set local' callback */
118hid_t H5E_NOENCODER_g      = FAIL;      /* Filter present but encoding disabled */
119hid_t H5E_CANTFILTER_g     = FAIL;      /* Filter operation failed */
120
121/* Group related errors */
122hid_t H5E_CANTOPENOBJ_g    = FAIL;      /* Can't open object */
123hid_t H5E_CANTCLOSEOBJ_g   = FAIL;      /* Can't close object */
124hid_t H5E_COMPLEN_g        = FAIL;      /* Name component is too long */
125hid_t H5E_PATH_g           = FAIL;      /* Problem with path to object */
126
127/* No error */
128hid_t H5E_NONE_MINOR_g     = FAIL;      /* No error */
129
130/* File accessability errors */
131hid_t H5E_FILEEXISTS_g     = FAIL;      /* File already exists */
132hid_t H5E_FILEOPEN_g       = FAIL;      /* File already open */
133hid_t H5E_CANTCREATE_g     = FAIL;      /* Unable to create file */
134hid_t H5E_CANTOPENFILE_g   = FAIL;      /* Unable to open file */
135hid_t H5E_CANTCLOSEFILE_g  = FAIL;      /* Unable to close file */
136hid_t H5E_NOTHDF5_g        = FAIL;      /* Not an HDF5 file */
137hid_t H5E_BADFILE_g        = FAIL;      /* Bad file ID accessed */
138hid_t H5E_TRUNCATED_g      = FAIL;      /* File has been truncated */
139hid_t H5E_MOUNT_g          = FAIL;      /* File mount error */
140
141/* Object atom related errors */
142hid_t H5E_BADATOM_g        = FAIL;      /* Unable to find atom information (already closed?) */
143hid_t H5E_BADGROUP_g       = FAIL;      /* Unable to find ID group information */
144hid_t H5E_CANTREGISTER_g   = FAIL;      /* Unable to register new atom */
145hid_t H5E_CANTINC_g        = FAIL;      /* Unable to increment reference count */
146hid_t H5E_CANTDEC_g        = FAIL;      /* Unable to decrement reference count */
147hid_t H5E_NOIDS_g          = FAIL;      /* Out of IDs for group */
148
149/* Cache related errors */
150hid_t H5E_CANTFLUSH_g      = FAIL;      /* Unable to flush data from cache */
151hid_t H5E_CANTSERIALIZE_g  = FAIL;      /* Unable to serialize data from cache */
152hid_t H5E_CANTLOAD_g       = FAIL;      /* Unable to load metadata into cache */
153hid_t H5E_PROTECT_g        = FAIL;      /* Protected metadata error */
154hid_t H5E_NOTCACHED_g      = FAIL;      /* Metadata not currently cached */
155hid_t H5E_SYSTEM_g         = FAIL;      /* Internal error detected */
156hid_t H5E_CANTINS_g        = FAIL;      /* Unable to insert metadata into cache */
157hid_t H5E_CANTRENAME_g     = FAIL;      /* Unable to rename metadata */
158hid_t H5E_CANTPROTECT_g    = FAIL;      /* Unable to protect metadata */
159hid_t H5E_CANTUNPROTECT_g  = FAIL;      /* Unable to unprotect metadata */
160hid_t H5E_CANTPIN_g        = FAIL;      /* Unable to pin cache entry */
161hid_t H5E_CANTUNPIN_g      = FAIL;      /* Unable to un-pin cache entry */
162hid_t H5E_CANTMARKDIRTY_g  = FAIL;      /* Unable to mark a pinned entry as dirty */
163hid_t H5E_CANTDIRTY_g      = FAIL;      /* Unable to mark metadata as dirty */
164hid_t H5E_CANTEXPUNGE_g    = FAIL;      /* Unable to expunge a metadata cache entry */
165hid_t H5E_CANTRESIZE_g     = FAIL;      /* Unable to resize a metadata cache entry */
166
167/* Link related errors */
168hid_t H5E_TRAVERSE_g       = FAIL;      /* Link traversal failure */
169hid_t H5E_NLINKS_g         = FAIL;      /* Too many soft links in path */
170hid_t H5E_NOTREGISTERED_g  = FAIL;      /* Link class not registered */
171hid_t H5E_CANTMOVE_g       = FAIL;      /* Move callback returned error */
172hid_t H5E_CANTSORT_g       = FAIL;      /* Can't sort objects */
173
174/* Parallel MPI errors */
175hid_t H5E_MPI_g            = FAIL;      /* Some MPI function failed */
176hid_t H5E_MPIERRSTR_g      = FAIL;      /* MPI Error String */
177hid_t H5E_CANTRECV_g       = FAIL;      /* Can't receive data */
178
179/* Dataspace errors */
180hid_t H5E_CANTCLIP_g       = FAIL;      /* Can't clip hyperslab region */
181hid_t H5E_CANTCOUNT_g      = FAIL;      /* Can't count elements */
182hid_t H5E_CANTSELECT_g     = FAIL;      /* Can't select hyperslab */
183hid_t H5E_CANTNEXT_g       = FAIL;      /* Can't move to next iterator location */
184hid_t H5E_BADSELECT_g      = FAIL;      /* Invalid selection */
185hid_t H5E_CANTCOMPARE_g    = FAIL;      /* Can't compare objects */
186
187/* Argument errors */
188hid_t H5E_UNINITIALIZED_g  = FAIL;      /* Information is uinitialized */
189hid_t H5E_UNSUPPORTED_g    = FAIL;      /* Feature is unsupported */
190hid_t H5E_BADTYPE_g        = FAIL;      /* Inappropriate type */
191hid_t H5E_BADRANGE_g       = FAIL;      /* Out of range */
192hid_t H5E_BADVALUE_g       = FAIL;      /* Bad value */
193
194/* B-tree related errors */
195hid_t H5E_NOTFOUND_g       = FAIL;      /* Object not found */
196hid_t H5E_EXISTS_g         = FAIL;      /* Object already exists */
197hid_t H5E_CANTENCODE_g     = FAIL;      /* Unable to encode value */
198hid_t H5E_CANTDECODE_g     = FAIL;      /* Unable to decode value */
199hid_t H5E_CANTSPLIT_g      = FAIL;      /* Unable to split node */
200hid_t H5E_CANTREDISTRIBUTE_g = FAIL;      /* Unable to redistribute records */
201hid_t H5E_CANTSWAP_g       = FAIL;      /* Unable to swap records */
202hid_t H5E_CANTINSERT_g     = FAIL;      /* Unable to insert object */
203hid_t H5E_CANTLIST_g       = FAIL;      /* Unable to list node */
204hid_t H5E_CANTMODIFY_g     = FAIL;      /* Unable to modify record */
205hid_t H5E_CANTREMOVE_g     = FAIL;      /* Unable to remove object */
206
207/* Datatype conversion errors */
208hid_t H5E_CANTCONVERT_g    = FAIL;      /* Can't convert datatypes */
209hid_t H5E_BADSIZE_g        = FAIL;      /* Bad size for object */
210
211#endif /* H5Edefin_H */
Note: See TracBrowser for help on using the repository browser.