VirtualBox

source: vbox/trunk/include/iprt/err.mac@ 45903

Last change on this file since 45903 was 45701, checked in by vboxsync, 11 years ago

VMM: SELM and VMM early HM init changes.

  • Property eol-style set to native
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 18.7 KB
Line 
1%define VINF_SUCCESS 0
2%define VERR_GENERAL_FAILURE (-1)
3%define VERR_INVALID_PARAMETER (-2)
4%define VWRN_INVALID_PARAMETER 2
5%define VERR_INVALID_MAGIC (-3)
6%define VWRN_INVALID_MAGIC 3
7%define VERR_INVALID_HANDLE (-4)
8%define VWRN_INVALID_HANDLE 4
9%define VERR_LOCK_FAILED (-5)
10%define VERR_INVALID_POINTER (-6)
11%define VERR_IDT_FAILED (-7)
12%define VERR_NO_MEMORY (-8)
13%define VERR_ALREADY_LOADED (-9)
14%define VERR_PERMISSION_DENIED (-10)
15%define VINF_PERMISSION_DENIED 10
16%define VERR_VERSION_MISMATCH (-11)
17%define VERR_NOT_IMPLEMENTED (-12)
18%define VERR_INVALID_FLAGS (-13)
19%define VERR_NOT_EQUAL (-18)
20%define VERR_NOT_SYMLINK (-19)
21%define VERR_NO_TMP_MEMORY (-20)
22%define VERR_INVALID_FMODE (-21)
23%define VERR_WRONG_ORDER (-22)
24%define VERR_NO_TLS_FOR_SELF (-23)
25%define VERR_FAILED_TO_SET_SELF_TLS (-24)
26%define VERR_NO_CONT_MEMORY (-26)
27%define VERR_NO_PAGE_MEMORY (-27)
28%define VINF_ALREADY_INITIALIZED 28
29%define VERR_THREAD_IS_DEAD (-29)
30%define VERR_THREAD_NOT_WAITABLE (-30)
31%define VERR_PAGE_TABLE_NOT_PRESENT (-31)
32%define VERR_INVALID_CONTEXT (-32)
33%define VERR_TIMER_BUSY (-33)
34%define VERR_ADDRESS_CONFLICT (-34)
35%define VERR_UNRESOLVED_ERROR (-35)
36%define VERR_INVALID_FUNCTION (-36)
37%define VERR_NOT_SUPPORTED (-37)
38%define VINF_NOT_SUPPORTED 37
39%define VERR_ACCESS_DENIED (-38)
40%define VERR_INTERRUPTED (-39)
41%define VINF_INTERRUPTED 39
42%define VERR_TIMEOUT (-40)
43%define VINF_TIMEOUT 40
44%define VERR_BUFFER_OVERFLOW (-41)
45%define VINF_BUFFER_OVERFLOW 41
46%define VERR_TOO_MUCH_DATA (-42)
47%define VERR_MAX_THRDS_REACHED (-43)
48%define VERR_MAX_PROCS_REACHED (-44)
49%define VERR_SIGNAL_REFUSED (-45)
50%define VERR_SIGNAL_PENDING (-46)
51%define VERR_SIGNAL_INVALID (-47)
52%define VERR_STATE_CHANGED (-48)
53%define VWRN_STATE_CHANGED 48
54%define VERR_INVALID_UUID_FORMAT (-49)
55%define VERR_PROCESS_NOT_FOUND (-50)
56%define VERR_PROCESS_RUNNING (-51)
57%define VERR_TRY_AGAIN (-52)
58%define VINF_TRY_AGAIN 52
59%define VERR_PARSE_ERROR (-53)
60%define VERR_OUT_OF_RANGE (-54)
61%define VERR_NUMBER_TOO_BIG (-55)
62%define VWRN_NUMBER_TOO_BIG 55
63%define VERR_NO_DIGITS (-56)
64%define VWRN_NO_DIGITS 56
65%define VERR_NEGATIVE_UNSIGNED (-57)
66%define VWRN_NEGATIVE_UNSIGNED 57
67%define VERR_NO_TRANSLATION (-58)
68%define VWRN_NO_TRANSLATION 58
69%define VERR_CODE_POINT_ENDIAN_INDICATOR (-59)
70%define VERR_CODE_POINT_SURROGATE (-60)
71%define VERR_INVALID_UTF8_ENCODING (-61)
72%define VERR_INVALID_UTF16_ENCODING (-62)
73%define VERR_CANT_RECODE_AS_UTF16 (-63)
74%define VERR_NO_STR_MEMORY (-64)
75%define VERR_NO_UTF16_MEMORY (-65)
76%define VERR_NO_CODE_POINT_MEMORY (-66)
77%define VERR_MEMORY_BUSY (-67)
78%define VERR_TIMER_ACTIVE (-68)
79%define VERR_TIMER_SUSPENDED (-69)
80%define VERR_CANCELLED (-70)
81%define VERR_MEMOBJ_INIT_FAILED (-71)
82%define VERR_NO_LOW_MEMORY (-72)
83%define VERR_NO_PHYS_MEMORY (-73)
84%define VERR_ADDRESS_TOO_BIG (-74)
85%define VERR_MAP_FAILED (-75)
86%define VERR_TRAILING_CHARS (-76)
87%define VWRN_TRAILING_CHARS 76
88%define VERR_TRAILING_SPACES (-77)
89%define VWRN_TRAILING_SPACES 77
90%define VERR_NOT_FOUND (-78)
91%define VWRN_NOT_FOUND 78
92%define VERR_INVALID_STATE (-79)
93%define VWRN_INVALID_STATE 79
94%define VERR_OUT_OF_RESOURCES (-80)
95%define VWRN_OUT_OF_RESOURCES 80
96%define VERR_NO_MORE_HANDLES (-81)
97%define VERR_PREEMPT_DISABLED (-82)
98%define VERR_END_OF_STRING (-83)
99%define VINF_END_OF_STRING 83
100%define VERR_PAGE_COUNT_OUT_OF_RANGE (-84)
101%define VERR_OBJECT_DESTROYED (-85)
102%define VINF_OBJECT_DESTROYED 85
103%define VERR_DANGLING_OBJECTS (-86)
104%define VWRN_DANGLING_OBJECTS 86
105%define VERR_INVALID_BASE64_ENCODING (-87)
106%define VERR_CALLBACK_RETURN (-88)
107%define VINF_CALLBACK_RETURN 88
108%define VERR_AUTHENTICATION_FAILURE (-89)
109%define VERR_NOT_POWER_OF_TWO (-90)
110%define VERR_IGNORED (-91)
111%define VERR_CONCURRENT_ACCESS (-92)
112%define VERR_CALLER_NO_REFERENCE (-93)
113%define VERR_NO_CHANGE (-95)
114%define VINF_NO_CHANGE 95
115%define VERR_NO_EXEC_MEMORY (-96)
116%define VERR_UNSUPPORTED_ALIGNMENT (-97)
117%define VINF_UNSUPPORTED_ALIGNMENT 97
118%define VERR_DUPLICATE (-98)
119%define VERR_MISSING (-99)
120%define VERR_UNEXPECTED_EXCEPTION (-22400)
121%define VERR_BUFFER_UNDERFLOW (-22401)
122%define VINF_BUFFER_UNDERFLOW 22401
123%define VERR_UNEVEN_INPUT (-22402)
124%define VERR_NOT_AVAILABLE (-22403)
125%define VERR_PROC_DETACH_NOT_SUPPORTED (-22404)
126%define VERR_FILE_IO_ERROR (-100)
127%define VERR_OPEN_FAILED (-101)
128%define VERR_FILE_NOT_FOUND (-102)
129%define VERR_PATH_NOT_FOUND (-103)
130%define VERR_INVALID_NAME (-104)
131%define VERR_ALREADY_EXISTS (-105)
132%define VWRN_ALREADY_EXISTS 105
133%define VERR_TOO_MANY_OPEN_FILES (-106)
134%define VERR_SEEK (-107)
135%define VERR_NEGATIVE_SEEK (-108)
136%define VERR_SEEK_ON_DEVICE (-109)
137%define VERR_EOF (-110)
138%define VINF_EOF 110
139%define VERR_READ_ERROR (-111)
140%define VERR_WRITE_ERROR (-112)
141%define VERR_WRITE_PROTECT (-113)
142%define VERR_SHARING_VIOLATION (-114)
143%define VERR_FILE_LOCK_FAILED (-115)
144%define VERR_FILE_LOCK_VIOLATION (-116)
145%define VERR_CANT_CREATE (-117)
146%define VERR_CANT_DELETE_DIRECTORY (-118)
147%define VERR_NOT_SAME_DEVICE (-119)
148%define VERR_FILENAME_TOO_LONG (-120)
149%define VERR_MEDIA_NOT_PRESENT (-121)
150%define VERR_MEDIA_NOT_RECOGNIZED (-122)
151%define VERR_FILE_NOT_LOCKED (-123)
152%define VERR_FILE_LOCK_LOST (-124)
153%define VERR_DIR_NOT_EMPTY (-125)
154%define VERR_NOT_A_DIRECTORY (-126)
155%define VERR_IS_A_DIRECTORY (-127)
156%define VERR_FILE_TOO_BIG (-128)
157%define VERR_FILE_AIO_NO_REQUEST (-129)
158%define VERR_FILE_AIO_IN_PROGRESS (-130)
159%define VERR_FILE_AIO_COMPLETED (-131)
160%define VERR_FILE_AIO_BUSY (-132)
161%define VERR_FILE_AIO_LIMIT_EXCEEDED (-133)
162%define VERR_FILE_AIO_CANCELED (-134)
163%define VERR_FILE_AIO_NOT_SUBMITTED (-135)
164%define VERR_FILE_AIO_NOT_PREPARED (-136)
165%define VERR_FILE_AIO_INSUFFICIENT_RESSOURCES (-137)
166%define VERR_RESOURCE_BUSY (-138)
167%define VERR_NOT_A_FILE (-139)
168%define VERR_IS_A_FILE (-140)
169%define VERR_UNEXPECTED_FS_OBJ_TYPE (-141)
170%define VERR_PATH_DOES_NOT_START_WITH_ROOT (-142)
171%define VERR_PATH_IS_RELATIVE (-143)
172%define VERR_PATH_IS_NOT_RELATIVE (-144)
173%define VERR_PATH_ZERO_LENGTH (-145)
174%define VERR_DISK_IO_ERROR (-150)
175%define VERR_INVALID_DRIVE (-151)
176%define VERR_DISK_FULL (-152)
177%define VERR_DISK_CHANGE (-153)
178%define VERR_DRIVE_LOCKED (-154)
179%define VERR_DISK_INVALID_FORMAT (-155)
180%define VERR_TOO_MANY_SYMLINKS (-156)
181%define VERR_NS_SYMLINK_SET_TIME (-157)
182%define VERR_NS_SYMLINK_CHANGE_OWNER (-158)
183%define VERR_SEARCH_ERROR (-200)
184%define VERR_NO_MORE_FILES (-201)
185%define VERR_NO_MORE_SEARCH_HANDLES (-202)
186%define VWRN_NO_DIRENT_INFO 203
187%define VERR_INTERNAL_ERROR (-225)
188%define VERR_INTERNAL_ERROR_2 (-226)
189%define VERR_INTERNAL_ERROR_3 (-227)
190%define VERR_INTERNAL_ERROR_4 (-228)
191%define VERR_INTERNAL_ERROR_5 (-229)
192%define VERR_IPE_UNEXPECTED_STATUS (-230)
193%define VERR_IPE_UNEXPECTED_INFO_STATUS (-231)
194%define VERR_IPE_UNEXPECTED_ERROR_STATUS (-232)
195%define VERR_IPE_UNINITIALIZED_STATUS (-233)
196%define VERR_IPE_NOT_REACHED_DEFAULT_CASE (-234)
197%define VERR_DEV_IO_ERROR (-250)
198%define VERR_IO_BAD_UNIT (-251)
199%define VERR_IO_NOT_READY (-252)
200%define VERR_IO_BAD_COMMAND (-253)
201%define VERR_IO_CRC (-254)
202%define VERR_IO_BAD_LENGTH (-255)
203%define VERR_IO_SECTOR_NOT_FOUND (-256)
204%define VERR_IO_GEN_FAILURE (-257)
205%define VERR_PIPE_IO_ERROR (-300)
206%define VERR_BROKEN_PIPE (-301)
207%define VERR_BAD_PIPE (-302)
208%define VERR_PIPE_BUSY (-303)
209%define VERR_NO_DATA (-304)
210%define VERR_PIPE_NOT_CONNECTED (-305)
211%define VERR_MORE_DATA (-306)
212%define VERR_PIPE_NOT_READ (-307)
213%define VERR_PIPE_NOT_WRITE (-308)
214%define VERR_SEM_ERROR (-350)
215%define VERR_TOO_MANY_SEMAPHORES (-351)
216%define VERR_EXCL_SEM_ALREADY_OWNED (-352)
217%define VERR_SEM_IS_SET (-353)
218%define VERR_TOO_MANY_SEM_REQUESTS (-354)
219%define VERR_NOT_OWNER (-355)
220%define VERR_TOO_MANY_OPENS (-356)
221%define VERR_TOO_MANY_POSTS (-357)
222%define VERR_ALREADY_POSTED (-358)
223%define VERR_ALREADY_RESET (-359)
224%define VERR_SEM_BUSY (-360)
225%define VERR_SEM_OWNER_DIED (-361)
226%define VERR_SEM_NOT_FOUND (-362)
227%define VERR_SEM_DESTROYED (-363)
228%define VERR_SEM_NESTED (-364)
229%define VINF_SEM_NESTED (364)
230%define VERR_DEADLOCK (-365)
231%define VERR_SEM_OUT_OF_TURN (-366)
232%define VERR_SEM_BAD_CONTEXT (-367)
233%define VINF_SEM_BAD_CONTEXT (367)
234%define VERR_SEM_LV_WRONG_ORDER (-368)
235%define VERR_SEM_LV_WRONG_RELEASE_ORDER (-369)
236%define VERR_SEM_LV_NESTED (-370)
237%define VERR_SEM_LV_INVALID_PARAMETER (-371)
238%define VERR_SEM_LV_DEADLOCK (-372)
239%define VERR_SEM_LV_EXISTING_DEADLOCK (-373)
240%define VERR_SEM_LV_NOT_OWNER (-374)
241%define VERR_SEM_LV_ILLEGAL_UPGRADE (-375)
242%define VERR_SEM_LV_NOT_SIGNALLER (-376)
243%define VERR_SEM_LV_INTERNAL_ERROR (-377)
244%define VERR_NET_IO_ERROR (-400)
245%define VERR_NET_OUT_OF_RESOURCES (-401)
246%define VERR_NET_HOST_NOT_FOUND (-402)
247%define VERR_NET_PATH_NOT_FOUND (-403)
248%define VERR_NET_PRINT_ERROR (-404)
249%define VERR_NET_NO_NETWORK (-405)
250%define VERR_NET_NOT_UNIQUE_NAME (-406)
251%define VERR_NET_IN_PROGRESS (-436)
252%define VERR_NET_ALREADY_IN_PROGRESS (-437)
253%define VERR_NET_NOT_SOCKET (-438)
254%define VERR_NET_DEST_ADDRESS_REQUIRED (-439)
255%define VERR_NET_MSG_SIZE (-440)
256%define VERR_NET_PROTOCOL_TYPE (-441)
257%define VERR_NET_PROTOCOL_NOT_AVAILABLE (-442)
258%define VERR_NET_PROTOCOL_NOT_SUPPORTED (-443)
259%define VERR_NET_SOCKET_TYPE_NOT_SUPPORTED (-444)
260%define VERR_NET_OPERATION_NOT_SUPPORTED (-445)
261%define VERR_NET_PROTOCOL_FAMILY_NOT_SUPPORTED (-446)
262%define VERR_NET_ADDRESS_FAMILY_NOT_SUPPORTED (-447)
263%define VERR_NET_ADDRESS_IN_USE (-448)
264%define VERR_NET_ADDRESS_NOT_AVAILABLE (-449)
265%define VERR_NET_DOWN (-450)
266%define VERR_NET_UNREACHABLE (-451)
267%define VERR_NET_CONNECTION_RESET (-452)
268%define VERR_NET_CONNECTION_ABORTED (-453)
269%define VERR_NET_CONNECTION_RESET_BY_PEER (-454)
270%define VERR_NET_NO_BUFFER_SPACE (-455)
271%define VERR_NET_ALREADY_CONNECTED (-456)
272%define VERR_NET_NOT_CONNECTED (-457)
273%define VERR_NET_SHUTDOWN (-458)
274%define VERR_NET_TOO_MANY_REFERENCES (-459)
275%define VERR_NET_CONNECTION_TIMED_OUT (-460)
276%define VERR_NET_CONNECTION_REFUSED (-461)
277%define VERR_NET_HOST_DOWN (-464)
278%define VERR_NET_HOST_UNREACHABLE (-465)
279%define VERR_NET_PROTOCOL_ERROR (-466)
280%define VERR_NET_INCOMPLETE_TX_PACKET (-467)
281%define VERR_TCP_SERVER_STOP (-500)
282%define VINF_TCP_SERVER_STOP 500
283%define VERR_TCP_SERVER_SHUTDOWN (-501)
284%define VERR_TCP_SERVER_DESTROYED (-502)
285%define VINF_TCP_SERVER_NO_CLIENT 503
286%define VERR_UDP_SERVER_STOP (-520)
287%define VINF_UDP_SERVER_STOP 520
288%define VERR_UDP_SERVER_SHUTDOWN (-521)
289%define VERR_UDP_SERVER_DESTROYED (-522)
290%define VINF_UDP_SERVER_NO_CLIENT 523
291%define VERR_L4_INVALID_DS_OFFSET (-550)
292%define VERR_IPC (-551)
293%define VERR_RESOURCE_IN_USE (-552)
294%define VERR_IPC_PROCESS_NOT_FOUND (-553)
295%define VERR_IPC_RECEIVE_TIMEOUT (-554)
296%define VERR_IPC_SEND_TIMEOUT (-555)
297%define VERR_IPC_RECEIVE_CANCELLED (-556)
298%define VERR_IPC_SEND_CANCELLED (-557)
299%define VERR_IPC_RECEIVE_ABORTED (-558)
300%define VERR_IPC_SEND_ABORTED (-559)
301%define VERR_IPC_RECEIVE_MAP_FAILED (-560)
302%define VERR_IPC_SEND_MAP_FAILED (-561)
303%define VERR_IPC_RECEIVE_SEND_PF_TIMEOUT (-562)
304%define VERR_IPC_SEND_SEND_PF_TIMEOUT (-563)
305%define VINF_IPC_RECEIVE_MSG_CUT 564
306%define VINF_IPC_SEND_MSG_CUT 565
307%define VERR_L4_DS_MANAGER_NOT_FOUND (-566)
308%define VERR_INVALID_EXE_SIGNATURE (-600)
309%define VERR_ELF_EXE_NOT_SUPPORTED (-601)
310%define VERR_PE_EXE_NOT_SUPPORTED (-602)
311%define VERR_LX_EXE_NOT_SUPPORTED (-603)
312%define VERR_LE_EXE_NOT_SUPPORTED (-604)
313%define VERR_NE_EXE_NOT_SUPPORTED (-605)
314%define VERR_MZ_EXE_NOT_SUPPORTED (-606)
315%define VERR_AOUT_EXE_NOT_SUPPORTED (-607)
316%define VERR_BAD_EXE_FORMAT (-608)
317%define VERR_SYMBOL_NOT_FOUND (-609)
318%define VERR_MODULE_NOT_FOUND (-610)
319%define VERR_SYMBOL_VALUE_TOO_BIG (-611)
320%define VERR_IMAGE_TOO_BIG (-612)
321%define VERR_IMAGE_BASE_TOO_HIGH (-614)
322%define VERR_LDR_ARCH_MISMATCH (-615)
323%define VERR_LDR_MISMATCH_NATIVE (-616)
324%define VERR_LDR_IMPORTED_SYMBOL_NOT_FOUND (-617)
325%define VERR_LDR_GENERAL_FAILURE (-618)
326%define VERR_LDR_IMAGE_HASH (-619)
327%define VERR_LDRPE_DELAY_IMPORT (-620)
328%define VERR_LDRPE_CERT_MALFORMED (-621)
329%define VERR_LDRPE_CERT_UNSUPPORTED (-622)
330%define VERR_LDRPE_GLOBALPTR (-623)
331%define VERR_LDRPE_TLS (-624)
332%define VERR_LDRPE_COM_DESCRIPTOR (-625)
333%define VERR_LDRPE_LOAD_CONFIG_SIZE (-626)
334%define VERR_LDRPE_LOCK_PREFIX_TABLE (-627)
335%define VERR_LDRELF_ODD_ENDIAN (-630)
336%define VERR_LDRELF_DYN (-631)
337%define VERR_LDRELF_EXEC (-632)
338%define VERR_LDRELF_MACHINE (-633)
339%define VERR_LDRELF_VERSION (-634)
340%define VERR_LDRELF_MULTIPLE_SYMTABS (-635)
341%define VERR_LDRELF_RELOCATION_NOT_SUPPORTED (-636)
342%define VERR_LDRELF_INVALID_SYMBOL_INDEX (-637)
343%define VERR_LDRELF_INVALID_SYMBOL_NAME_OFFSET (-638)
344%define VERR_LDRELF_INVALID_RELOCATION_OFFSET (-639)
345%define VERR_LDRELF_NO_SYMBOL_OR_NO_STRING_TABS (-640)
346%define VERR_LDR_INVALID_LINK_ADDRESS (-647)
347%define VERR_LDR_INVALID_RVA (-648)
348%define VERR_LDR_INVALID_SEG_OFFSET (-649)
349%define VERR_DBG_NO_LINE_NUMBERS (-650)
350%define VERR_DBG_NO_SYMBOLS (-651)
351%define VERR_DBG_INVALID_ADDRESS (-652)
352%define VERR_DBG_INVALID_SEGMENT_INDEX (-653)
353%define VERR_DBG_INVALID_SEGMENT_OFFSET (-654)
354%define VERR_DBG_INVALID_RVA (-655)
355%define VERR_DBG_SPECIAL_SEGMENT (-656)
356%define VERR_DBG_ADDRESS_CONFLICT (-657)
357%define VERR_DBG_DUPLICATE_SYMBOL (-658)
358%define VERR_DBG_SEGMENT_INDEX_CONFLICT (-659)
359%define VERR_DBG_LINE_NOT_FOUND (-660)
360%define VERR_DBG_SYMBOL_NAME_OUT_OF_RANGE (-661)
361%define VERR_DBG_FILE_NAME_OUT_OF_RANGE (-662)
362%define VERR_DBG_SEGMENT_NAME_OUT_OF_RANGE (-663)
363%define VERR_DBG_ADDRESS_WRAP (-664)
364%define VERR_DBG_NOT_NM_MAP_FILE (-665)
365%define VERR_DBG_NOT_LINUX_KALLSYMS (-666)
366%define VERR_DBG_NO_MATCHING_INTERPRETER (-667)
367%define VERR_DWARF_BAD_LINE_NUMBER_HEADER (-668)
368%define VERR_DWARF_UNEXPECTED_END (-669)
369%define VERR_DWARF_LEB_OVERFLOW (-670)
370%define VERR_DWARF_BAD_LNE (-671)
371%define VERR_DWARF_BAD_STRING (-672)
372%define VERR_DWARF_BAD_POS (-673)
373%define VERR_DWARF_BAD_INFO (-674)
374%define VERR_DWARF_BAD_ABBREV (-675)
375%define VERR_DWARF_ABBREV_NOT_FOUND (-676)
376%define VERR_DWARF_UNKNOWN_FORM (-677)
377%define VERR_DWARF_UNEXPECTED_FORM (-678)
378%define VERR_RT_REQUEST_INVALID_TYPE (-700)
379%define VERR_RT_REQUEST_STATE (-701)
380%define VERR_RT_REQUEST_INVALID_PACKAGE (-702)
381%define VERR_RT_REQUEST_STATUS_STILL_PENDING (-703)
382%define VERR_RT_REQUEST_STATUS_FREED (-704)
383%define VERR_ENV_VAR_NOT_FOUND (-750)
384%define VINF_ENV_VAR_NOT_FOUND (750)
385%define VWRN_ENV_NOT_FULLY_TRANSLATED (751)
386%define VERR_CPU_OFFLINE (-800)
387%define VERR_CPU_NOT_FOUND (-801)
388%define VERR_GETOPT_UNKNOWN_OPTION (-825)
389%define VERR_GETOPT_REQUIRED_ARGUMENT_MISSING (-826)
390%define VERR_GETOPT_INVALID_ARGUMENT_FORMAT (-827)
391%define VINF_GETOPT_NOT_OPTION 828
392%define VERR_GETOPT_INDEX_MISSING (-829)
393%define VERR_CACHE_FULL (-850)
394%define VERR_CACHE_EMPTY (-851)
395%define VERR_MEM_CACHE_MAX_SIZE (-855)
396%define VERR_S3_ACCESS_DENIED (-875)
397%define VERR_S3_NOT_FOUND (-876)
398%define VERR_S3_BUCKET_ALREADY_EXISTS (-877)
399%define VERR_S3_BUCKET_NOT_EMPTY (-878)
400%define VERR_S3_CANCELED (-879)
401%define VERR_HTTP_INIT_FAILED (-885)
402%define VERR_HTTP_NOT_FOUND (-886)
403%define VERR_HTTP_ACCESS_DENIED (-887)
404%define VERR_HTTP_BAD_REQUEST (-888)
405%define VERR_HTTP_COULDNT_CONNECT (-889)
406%define VERR_HTTP_SSL_CONNECT_ERROR (-890)
407%define VERR_HTTP_CACERT_WRONG_FORMAT (-891)
408%define VERR_HTTP_CACERT_CANNOT_AUTHENTICATE (-892)
409%define VERR_HTTP_ABORTED (-893)
410%define VERR_MANIFEST_UNSUPPORTED_DIGEST_TYPE (-900)
411%define VERR_MANIFEST_WRONG_FILE_FORMAT (-901)
412%define VERR_MANIFEST_DIGEST_MISMATCH (-902)
413%define VERR_MANIFEST_FILE_MISMATCH (-903)
414%define VERR_MANIFEST_ATTR_NOT_FOUND (-904)
415%define VERR_MANIFEST_ATTR_TYPE_MISMATCH (-905)
416%define VERR_MANIFEST_ATTR_TYPE_NOT_FOUND (-906)
417%define VERR_TAR_CHKSUM_MISMATCH (-925)
418%define VERR_TAR_END_OF_FILE (-926)
419%define VERR_TAR_UNEXPECTED_EOS (-927)
420%define VERR_TAR_EOS_MORE_INPUT (-928)
421%define VERR_TAR_BAD_NUM_FIELD (-929)
422%define VERR_TAR_BAD_NUM_FIELD_TERM (-930)
423%define VERR_TAR_BASE_256_NOT_SUPPORTED (-931)
424%define VERR_TAR_NUM_VALUE_TOO_LARGE (-932)
425%define VERR_TAR_DEV_VALUE_TOO_LARGE (-933)
426%define VERR_TAR_BAD_MODE_FIELD (-934)
427%define VERR_TAR_MODE_WITH_TYPE (-935)
428%define VERR_TAR_SIZE_NOT_ZERO (-936)
429%define VERR_TAR_UNKNOWN_TYPE_FLAG (-937)
430%define VERR_TAR_ZERO_HEADER (-938)
431%define VERR_TAR_NOT_USTAR_V00 (-939)
432%define VERR_TAR_EMPTY_NAME (-940)
433%define VERR_TAR_NON_DIR_ENDS_WITH_SLASH (-941)
434%define VERR_TAR_UNSUPPORTED_PAX_TYPE (-942)
435%define VERR_TAR_UNSUPPORTED_SOLARIS_HDR_TYPE (-943)
436%define VERR_TAR_UNSUPPORTED_GNU_HDR_TYPE (-944)
437%define VERR_TAR_BAD_CHKSUM_FIELD (-945)
438%define VERR_TAR_MALFORMED_GNU_LONGXXXX (-946)
439%define VERR_TAR_NAME_TOO_LONG (-947)
440%define VERR_POLL_HANDLE_NOT_POLLABLE (-950)
441%define VERR_POLL_HANDLE_ID_EXISTS (-951)
442%define VERR_POLL_HANDLE_ID_NOT_FOUND (-952)
443%define VERR_POLL_SET_IS_FULL (-953)
444%define VERR_ZIP_ERROR (-22000)
445%define VERR_ZIP_CORRUPTED (-22001)
446%define VERR_ZIP_NO_MEMORY (-22002)
447%define VERR_ZIP_UNSUPPORTED_VERSION (-22003)
448%define VERR_ZIP_UNSUPPORTED_METHOD (-22004)
449%define VERR_ZIP_BAD_HEADER (-22005)
450%define VERR_VFS_CHAIN_NO_PREFIX (-22100)
451%define VERR_VFS_CHAIN_EMPTY (-22101)
452%define VERR_VFS_CHAIN_EXPECTED_ELEMENT (-22102)
453%define VERR_VFS_CHAIN_UNKNOWN_TYPE (-22103)
454%define VERR_VFS_CHAIN_EXPECTED_LEFT_PARENTHESES (-22104)
455%define VERR_VFS_CHAIN_EXPECTED_RIGHT_PARENTHESES (-22105)
456%define VERR_VFS_CHAIN_EXPECTED_PROVIDER_NAME (-22106)
457%define VERR_VFS_CHAIN_EXPECTED_ACTION (-22107)
458%define VERR_VFS_CHAIN_MULTIPLE_ACTIONS (-22108)
459%define VERR_VFS_CHAIN_NO_ACTION (-22109)
460%define VERR_VFS_CHAIN_EXPECTED_PIPE (-22110)
461%define VERR_VFS_CHAIN_UNEXPECTED_ACTION_TYPE (-22111)
462%define VERR_DVM_MAP_EMPTY (-22200)
463%define VERR_DVM_MAP_NO_VOLUME (-22201)
464%define VERR_LOG_REVISION_MISMATCH (-22300)
465%define VERR_SYS_CANNOT_POWER_OFF (-22500)
466%define VINF_SYS_MAY_POWER_OFF (22501)
467%define VERR_SYS_SHUTDOWN_FAILED (-22502)
468%define VERR_FILESYSTEM_CORRUPT (-22600)
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette