FLMRTC - FLAM-Return-Codes. More...
Go to the source code of this file.
Macros | |
| #define | FLMRTC_OK 0 |
| Success. | |
| #define | FLMRTC_FAT 1 |
| Fatal error (not expected) | |
| #define | FLMRTC_SYS 2 |
| System error (sizeof(U32)!=4) | |
| #define | FLMRTC_HDL 3 |
| Handle error. | |
| #define | FLMRTC_ITF 4 |
| Call/parameter/interface error. | |
| #define | FLMRTC_NOT 5 |
| Action not possible. | |
| #define | FLMRTC_ALC 6 |
| Memory allocation failed. | |
| #define | FLMRTC_LEN 7 |
| Length not valid. | |
| #define | FLMRTC_CTR 8 |
| Control code not valid. | |
| #define | FLMRTC_VSN 9 |
| Version not supported. | |
| #define | FLMRTC_FUC 10 |
| Function not supported. | |
| #define | FLMRTC_MOD 11 |
| Mode not supported. | |
| #define | FLMRTC_SUT 12 |
| Suite not supported. | |
| #define | FLMRTC_COF 13 |
| Confidential mode not supported. | |
| #define | FLMRTC_INT 14 |
| Integrity mode not supported. | |
| #define | FLMRTC_VRI 15 |
| Verification mode not supported. | |
| #define | FLMRTC_HCS 16 |
| Header check sum not valid. | |
| #define | FLMRTC_PCS 17 |
| Pot check sum not valid. | |
| #define | FLMRTC_DCS 18 |
| Data check sum not valid. | |
| #define | FLMRTC_CHK 19 |
| Check sum not valid. | |
| #define | FLMRTC_MAC 20 |
| MAC not valid. | |
| #define | FLMRTC_KTV 21 |
| KTV not valid. | |
| #define | FLMRTC_SYN 22 |
| Syntax not valid. | |
| #define | FLMRTC_CNT 23 |
| Amount not valid. | |
| #define | FLMRTC_EOL 24 |
| End of list (informational) | |
| #define | FLMRTC_DEL 25 |
| Delete not successful. | |
| #define | FLMRTC_TYP 26 |
| Type not valid. | |
| #define | FLMRTC_RBD 27 |
| Rebuild required (informational) | |
| #define | FLMRTC_NCG 28 |
| No change happen (informational) | |
| #define | FLMRTC_STA 29 |
| State not valid. | |
| #define | FLMRTC_ORI 30 |
| Orientation not supported. | |
| #define | FLMRTC_SPL 31 |
| Split method not supported. | |
| #define | FLMRTC_DLM 32 |
| Maximum of records achieved. | |
| #define | FLMRTC_CMP 33 |
| Error at compression. | |
| #define | FLMRTC_DCO 34 |
| Error at decompression. | |
| #define | FLMRTC_HLN 35 |
| Maximal header length achieved. | |
| #define | FLMRTC_DLN 36 |
| Maximal data length achieved. | |
| #define | FLMRTC_FFO 37 |
| Failed to open a FLAMFILE. | |
| #define | FLMRTC_RCF 38 |
| Record format not supported. | |
| #define | FLMRTC_FWR 39 |
| Write failed. | |
| #define | FLMRTC_FRD 40 |
| Read failed. | |
| #define | FLMRTC_FGP 41 |
| Determine position failed. | |
| #define | FLMRTC_FSP 42 |
| Set position failed. | |
| #define | FLMRTC_EOF 43 |
| End of file (informational) | |
| #define | FLMRTC_FFR 44 |
| Rename of FLAMFILE failed. | |
| #define | FLMRTC_FFD 45 |
| Delete of FLAMFILE failed. | |
| #define | FLMRTC_FFC 46 |
| Close of FLAMFILE failed. | |
| #define | FLMRTC_FSK 47 |
| Seek in file failed. | |
| #define | FLMRTC_FSB 48 |
| Set buffer size failed. | |
| #define | FLMRTC_FFF 49 |
| FLAMFILE format not supported. | |
| #define | FLMRTC_NFF 50 |
| No FLAMFILE. | |
| #define | FLMRTC_FND 51 |
| Not find (informational) | |
| #define | FLMRTC_EPY 52 |
| Empty construct (informational) | |
| #define | FLMRTC_CON 53 |
| Connection error. | |
| #define | FLMRTC_FID 54 |
| Unsupported FLAM-ID. | |
| #define | FLMRTC_RPC 55 |
| Remote procedure call failed. | |
| #define | FLMRTC_MTD 56 |
| Method not supported. | |
| #define | FLMRTC_FOP 57 |
| Failed to open a file. | |
| #define | FLMRTC_GZP 58 |
| GZIP error. | |
| #define | FLMRTC_CHS 59 |
| Char set not supported. | |
| #define | FLMRTC_AIR 60 |
| Space too small. | |
| #define | FLMRTC_LOG 61 |
| Logging facility does not work. | |
| #define | FLMRTC_ICV 62 |
| Error from character conversion module. | |
| #define | FLMRTC_HFO 63 |
| Failed to open the hash output file. | |
| #define | FLMRTC_FCL 64 |
| Close of file failed. | |
| #define | FLMRTC_KME 65 |
| Error in FKME module. | |
| #define | FLMRTC_CHR 66 |
| Character conversion error. | |
| #define | FLMRTC_INF 67 |
| Info not supported. | |
| #define | FLMRTC_BND 68 |
| Band not supported. | |
| #define | FLMRTC_RFO 69 |
| Open report file failed. | |
| #define | FLMRTC_SIZ 70 |
| Size invalid. | |
| #define | FLMRTC_IVC 71 |
| Invalid char. | |
| #define | FLMRTC_ICC 72 |
| Incomplete char. | |
| #define | FLMRTC_BOM 73 |
| Special condition code, error with byte order mark. | |
| #define | FLMRTC_FMT 74 |
| Format wrong or not supported. | |
| #define | FLMRTC_ACV 75 |
| Auto conversion not possible. | |
| #define | FLMRTC_BZ2 76 |
| BZIP2 error. | |
| #define | FLMRTC_ENV 77 |
| Error with environment variable. | |
| #define | FLMRTC_DYL 78 |
| Dynamic load failed. | |
| #define | FLMRTC_ACS 79 |
| Error from access module. | |
| #define | FLMRTC_LIM 80 |
| Special condition code, compression limit not reached. | |
| #define | FLMRTC_LXZ 81 |
| XZ error. | |
| #define | FLMRTC_EXP 82 |
| Expat error. | |
| #define | FLMRTC_PAD 83 |
| Whole first block is padding. | |
| #define | FLMRTC_CLP 84 |
| Command line parser failed. | |
| #define | FLMRTC_MAP 85 |
| Mapping failed. | |
| #define | FLMRTC_TMP 86 |
| Failed to open a temporary file. | |
| #define | FLMRTC_MBE 87 |
| Wrong magic bytes (magic bytes error) | |
| #define | FLMRTC_CFF 88 |
| Corrupted or no FLAMFILE. | |
| #define | FLMRTC_INI 89 |
| Initialization error. | |
| #define | FLMRTC_PAR 90 |
| Parameter not formatted correctly. | |
| #define | FLMRTC_BIN 91 |
| Binary data detected. | |
| #define | FLMRTC_EQU 92 |
| From and to are equal (internal handled) | |
| #define | FLMRTC_ENC 93 |
| Data are encrypted (key required) | |
| #define | FLMRTC_KEY 94 |
| Key wrong. | |
| #define | FLMRTC_REA 95 |
| Reallocation required (internal handled) | |
| #define | FLMRTC_USR 96 |
| Invalid user name. | |
| #define | FLMRTC_AUH 97 |
| Authentication failed. | |
| #define | FLMRTC_HSH 98 |
| Hash calculation failed. | |
| #define | FLMRTC_DIR 99 |
| Processing of one or more files failed. | |
| #define | FLMRTC_HFE 100 |
| Hash file empty. | |
| #define | FLMRTC_HFR 101 |
| Read of hash/checksum file failed. | |
| #define | FLMRTC_HFN 102 |
| Hash/checksum file name not valid. | |
| #define | FLMRTC_HFF 103 |
| Hash/checksum file not correct formated. | |
| #define | FLMRTC_CTO 104 |
| Failed to open the code table. | |
| #define | FLMRTC_CTF 105 |
| Code table not correct formated. | |
| #define | FLMRTC_ATR 106 |
| Attribute settings not supported. | |
| #define | FLMRTC_OPT 107 |
| Option not supported. | |
| #define | FLMRTC_IPC 108 |
| Invalid parameter combination. | |
| #define | FLMRTC_IFO 109 |
| Failed to open the info file. | |
| #define | FLMRTC_PRT 110 |
| Protocol not supported. | |
| #define | FLMRTC_DIF 111 |
| Differences found. | |
| #define | FLMRTC_TAS 112 |
| Special condition code, try again with ASCII. | |
| #define | FLMRTC_INC 113 |
| Data incomplete. | |
| #define | FLMRTC_PRC 114 |
| Procedure not supported. | |
| #define | FLMRTC_KNF 115 |
| Key not found. | |
| #define | FLMRTC_PGP 116 |
| OpenPGP error. | |
| #define | FLMRTC_ALG 117 |
| Algorithm not supported. | |
| #define | FLMRTC_KIA 118 |
| Key inactive. | |
| #define | FLMRTC_KIV 119 |
| Key invalid. | |
| #define | FLMRTC_KXP 120 |
| Key expired. | |
| #define | FLMRTC_POS 121 |
| Positioning failed. | |
| #define | FLMRTC_SEQ 122 |
| Sequence error, incorrect order. | |
| #define | FLMRTC_UPD 123 |
| Update not possible. | |
| #define | FLMRTC_REG 124 |
| Regular expression error. | |
| #define | FLMRTC_RNG 125 |
| Value out of range. | |
| #define | FLMRTC_USG 126 |
| Usage measurement not possible. | |
| #define | FLMRTC_DMY 127 |
| Dummy processing requested, but not possible. | |
| #define | FLMRTC_VFO 128 |
| Failed to open the inverse command file. | |
| #define | FLMRTC_ITN 129 |
| Internal error (must not happen) | |
| #define | FLMRTC_MFS 130 |
| Micro Focus support failed. | |
| #define | FLMRTC_STR 131 |
| Dynamic string library error. | |
| #define | FLMRTC_OUL 132 |
| Open of usage log failed. | |
| #define | FLMRTC_SER 133 |
| Serialization failed. | |
| #define | FLMRTC_DSR 134 |
| De-serialization failed. | |
| #define | FLMRTC_PCR 135 |
| Program call (PC) failed. | |
| #define | FLMRTC_ROW 136 |
| Row specification wrong. | |
| #define | FLMRTC_RCD 137 |
| Record delimiter not supported. | |
| #define | FLMRTC_EOT 138 |
| End of table (informational) | |
| #define | FLMRTC_EOM 139 |
| End of member (informational) | |
| #define | FLMRTC_HMD 140 |
| Have more data (informational) | |
| #define | FLMRTC_ALN 141 |
| Alignment error. | |
| #define | FLMRTC_SPC 142 |
| Not enough space. | |
| #define | FLMRTC_PLS 143 |
| Plausibility error. | |
| #define | FLMRTC_RST 144 |
| Unexpected remaining rest. | |
| #define | FLMRTC_LNG 145 |
| Length value too small. | |
| #define | FLMRTC_VRS 146 |
| Virus found. | |
| #define | FLMRTC_CWC 147 |
| Connection was closed. | |
| #define | FLMRTC_AVS 148 |
| Error from anti virus scanner. | |
| #define | FLMRTC_AUT 149 |
| Authorization failed. | |
| #define | FLMRTC_CMD 150 |
| Command execution failed. | |
| #define | FLMRTC_AEX 151 |
| Already exists. | |
| #define | FLMRTC_FTL 152 |
| Tell offset in file failed. | |
| #define | FLMRTC_RTL 153 |
| Record too long. | |
| #define | FLMRTC_RTS 154 |
| Record too short. | |
| #define | FLMRTC_DFA 155 |
| Dynamic allocation of a file failed. | |
| #define | FLMRTC_FRO 156 |
| Re-open of file failed. | |
| #define | FLMRTC_NFD 157 |
| No such file or directory. | |
| #define | FLMRTC_PDN 158 |
| Permission denied. | |
| #define | FLMRTC_NSL 159 |
| No space left on device. | |
| #define | FLMRTC_NBS 160 |
| Special condition code, Restart with larger block size required. | |
| #define | FLMRTC_CLS 161 |
| Close/end tag/delimiter encountered. | |
| #define | FLMRTC_MIS 162 |
| Missing field definition. | |
| #define | FLMRTC_EAD 163 |
| Element already deleted. | |
| #define | FLMRTC_ZST 164 |
| ZSTD error. | |
| #define | FLMRTC_CRY 165 |
| Crypto error. | |
| #define | FLMRTC_PFO 166 |
| Open of side/parameter file failed. | |
| #define | FLMRTC_PFW 167 |
| Write of side/parameter file failed. | |
| #define | FLMRTC_LMM 168 |
| Length mismatch. | |
| #define | FLMRTC_REC 169 |
| Compile of regular expression failed. | |
| #define | FLMRTC_REV 170 |
| Validation based on regular expression failed. | |
| #define | FLMRTC_RER 171 |
| Replacement based on regular expression failed. | |
| #define | FLMRTC_IGR 172 |
| Ignore record (must be handled) | |
| #define | FLMRTC_OFS 173 |
| Provided offset invalid. | |
| #define | FLMRTC_POT 174 |
| Pot not valid. | |
| #define | FLMRTC_REO 175 |
| Reopen failed (possible no space for bigger tables) | |
| #define | FLMRTC_UTF 176 |
| User table fail (possible endless recursion defined. | |
| #define | FLMRTC_MEX 177 |
| Maximum expansion achieved. | |
| #define | FLMRTC_IVL 178 |
| Invalid argument at open or incomplete byte sequence at processing. | |
| #define | FLMRTC_IVS 179 |
| Invalid character encountered. | |
| #define | FLMRTC_NOM 180 |
| No message of the desired type or malformed character encoding. | |
| #define | FLMRTC_WSP 181 |
| Error during whitespace handling. | |
| #define | FLMRTC_UCS 182 |
| Error from IBM Unicode Services. | |
| #define | FLMRTC_LZ4 183 |
| LZ4 error. | |
| #define | FLMRTC_IDX 184 |
| Index not valid. | |
| #define | FLMRTC_MKP 185 |
| Make path failed. | |
| #define | FLMRTC_RNF 186 |
| Row not found. | |
| #define | FLMRTC_CNF 187 |
| Column not found. | |
| #define | FLMRTC_WCF 188 |
| Wildcards found. | |
| #define | FLMRTC_EMF 189 |
| Empty file written. | |
| #define | FLMRTC_CSI 190 |
| Case sensitivity inconsistent. | |
| #define | FLMRTC_UNA 191 |
| Update not allowed. | |
| #define | FLMRTC_INA 192 |
| Insert not allowed. | |
| #define | FLMRTC_DNP 193 |
| Delete not possible. | |
| #define | FLMRTC_DEP 194 |
| Directory entry (not) processed (informational) | |
| #define | FLMRTC_CKA 195 |
| Check of archive failed. | |
| #define | FLMRTC_B37 196 |
| File space too small (B37) | |
FLMRTC - FLAM-Return-Codes.