Skip navigation links
(CGNS Documentation Home Page) (Steering Committee Charter) (Overview and Entry-Level Document) (A User's Guide to CGNS) (Mid-Level Library) (Standard Interface Data Structures) (SIDS File Mapping Manual) (CGIO Manual) (Parallel CGNS User's Guide) (ADF Implementation) (HDF5 Implementation) (Python Implementation) (CGNS Tools and Utilities)

(Introduction) (The ADF Software Library) (Glossary of Terms) (History of ADF Version Releases) (File System Architectures) (File Version Control Numbering) (Design Considerations) (Conventions and Implementations) (Error Messages) (Default Values and Limits) (Database-Level Routines) (Data Structure and Management Routines) (Data Query Routines) (Data I/O Routines) (Miscellaneous Routines) (Sample Fortran Program) (Sample C Program)

ADF Error Messages

    Number   Error Message
−1 No Error
1 Integer number is less than a given minimum value
2 Integer value is greater than given maximum value
3 String length of zero of blank string detected
4 String length longer than maximum allowable length
5 String length is not an ASCII-Hex string
6 Too many ADF files opened
7 ADF file status was not recognized
8 ADF file open error
9 ADF file not currently opened
10 ADF file index out of legal range
11 Block/offset out of legal range
12 A string pointer is null
13 FSEEK error
14 FWRITE error
15 FREAD error
16 Internal error: Memory boundary tag bad
17 Internal error: Disk boundary tag bad
18 File Open Error: NEW - File already exists (see Note 1)
19 ADF file format was not recognized
20 Attempt to free the RootNode disk information
21 Attempt to free the FreeChunkTable disk information
22 File Open Error: OLD - File does not exist (see Note 2)
23 Entered area of unimplemented code
24 Subnode entries are bad
25 Memory allocation failed
26 Duplicate child name under a parent node
27 Node has no dimensions
28 Node's number of dimensions is not in legal range
29 Specified child is not a child of the specified parent
30 Data-Type is too long
31 Invalid Data-Type
32 A pointer is null
33 Node had no data associated with it
34 Error zeroing out of memory
35 Requested data exceeds actual data available
36 Bad end value
37 Bad stride values
38 Minimum value is greater than maximum value
39 The format of this machine does not match a known signature (see Note 3)
40 Cannot convert to or from an unknown native format
41 The two conversion formats are equal; no conversion done
42 The data format is not supported on a particular machine
43 File close error
44 Numeric overflow/underflow in data conversion
45 Bad start value
46 A value of zero is not allowable
47 Bad dimension value
48 Error state must be either a 0 (zero) or a 1 (one)
49 Dimensional specifications for disk and memory are unequal
50 Too many link levels are used; may be caused by a recursive link
51 The node is not a link. It was expected to be a link.
52 The linked-to node does not exist
53 The ADF file of a linked node is not accessible
54 A node ID of 0.0 is not valid
55 Incomplete data when reading multiple data blocks
56 Node name contains invalid characters
57 ADF file version incompatible with this library version
58 Nodes are not from the same file
59 Priority stack error
60 Machine format and file format are incomplete
61 Flush error

Notes
  1. The user is trying to create a new file and give it a name. The system has responded that the name has already been used.
  2. The user wants to open an existing file that supposedly has the given name. The system has responded that no file by that name exists.
  3. When ADF wakes up, it tries to figure out what data format the machine it is running on uses (e.g., IEEE big endian, IEEE little endian, Cray). If it doesn't recognize the format, it can't convert files created on other platforms to the current one, so it issues this error message and punts.