-
Notifications
You must be signed in to change notification settings - Fork 0
/
ibp_error_map.cpp
59 lines (59 loc) · 3.69 KB
/
ibp_error_map.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
ibp_error_map[ IBP_E_GENERIC ] = " IBP_E_GENERIC "
ibp_error_map[ IBP_E_SOCK_READ ] = " IBP_E_SOCK_READ "
ibp_error_map[ IBP_E_SOCK_WRITE ] = " IBP_E_SOCK_WRITE "
ibp_error_map[ IBP_E_CAP_NOT_FOUND ] = " IBP_E_CAP_NOT_FOUND "
ibp_error_map[ IBP_E_CAP_NOT_WRITE ] = " IBP_E_CAP_NOT_WRITE "
ibp_error_map[ IBP_E_CAP_NOT_READ ] = " IBP_E_CAP_NOT_READ "
ibp_error_map[ IBP_E_CAP_NOT_MANAGE ] = " IBP_E_CAP_NOT_MANAGE "
ibp_error_map[ IBP_E_INVALID_WRITE_CAP ] = " IBP_E_INVALID_WRITE_CAP "
ibp_error_map[ IBP_E_INVALID_READ_CAP ] = " IBP_E_INVALID_READ_CAP "
ibp_error_map[ IBP_E_INVALID_MANAGE_CAP ] = " IBP_E_INVALID_MANAGE_CAP "
ibp_error_map[ IBP_E_WRONG_CAP_FORMAT ] = " IBP_E_WRONG_CAP_FORMAT "
ibp_error_map[ IBP_E_CAP_ACCESS_DENIED ] = " IBP_E_CAP_ACCESS_DENIED "
ibp_error_map[ IBP_E_CONNECTION ] = " IBP_E_CONNECTION "
ibp_error_map[ IBP_E_FILE_OPEN ] = " IBP_E_FILE_OPEN "
ibp_error_map[ IBP_E_FILE_READ ] = " IBP_E_FILE_READ "
ibp_error_map[ IBP_E_FILE_WRITE ] = " IBP_E_FILE_WRITE "
ibp_error_map[ IBP_E_FILE_ACCESS ] = " IBP_E_FILE_ACCESS "
ibp_error_map[ IBP_E_FILE_SEEK_ERROR ] = " IBP_E_FILE_SEEK_ERROR "
ibp_error_map[ IBP_E_WOULD_EXCEED_LIMIT ] = " IBP_E_WOULD_EXCEED_LIMIT "
ibp_error_map[ IBP_E_WOULD_DAMAGE_DATA ] = " IBP_E_WOULD_DAMAGE_DATA "
ibp_error_map[ IBP_E_BAD_FORMAT ] = " IBP_E_BAD_FORMAT "
ibp_error_map[ IBP_E_TYPE_NOT_SUPPORTED ] = " IBP_E_TYPE_NOT_SUPPORTED "
ibp_error_map[ IBP_E_RSRC_UNAVAIL ] = " IBP_E_RSRC_UNAVAIL "
ibp_error_map[ IBP_E_INTERNAL ] = " IBP_E_INTERNAL "
ibp_error_map[ IBP_E_INVALID_CMD ] = " IBP_E_INVALID_CMD "
ibp_error_map[ IBP_E_WOULD_BLOCK ] = " IBP_E_WOULD_BLOCK "
ibp_error_map[ IBP_E_PROT_VERS ] = " IBP_E_PROT_VERS "
ibp_error_map[ IBP_E_LONG_DURATION ] = " IBP_E_LONG_DURATION "
ibp_error_map[ IBP_E_WRONG_PASSWD ] = " IBP_E_WRONG_PASSWD "
ibp_error_map[ IBP_E_INVALID_PARAMETER ] = " IBP_E_INVALID_PARAMETER "
ibp_error_map[ IBP_E_INV_PAR_HOST ] = " IBP_E_INV_PAR_HOST "
ibp_error_map[ IBP_E_INV_PAR_PORT ] = " IBP_E_INV_PAR_PORT "
ibp_error_map[ IBP_E_INV_PAR_ATDR ] = " IBP_E_INV_PAR_ATDR "
ibp_error_map[ IBP_E_INV_PAR_ATRL ] = " IBP_E_INV_PAR_ATRL "
ibp_error_map[ IBP_E_INV_PAR_ATTP ] = " IBP_E_INV_PAR_ATTP "
ibp_error_map[ IBP_E_INV_PAR_SIZE ] = " IBP_E_INV_PAR_SIZE "
ibp_error_map[ IBP_E_INV_PAR_PTR ] = " IBP_E_INV_PAR_PTR "
ibp_error_map[ IBP_E_ALLOC_FAILED ] = " IBP_E_ALLOC_FAILED "
ibp_error_map[ IBP_E_TOO_MANY_UNITS ] = " IBP_E_TOO_MANY_UNITS "
ibp_error_map[ IBP_E_SET_SOCK_ATTR ] = " IBP_E_SET_SOCK_ATTR "
ibp_error_map[ IBP_E_GET_SOCK_ATTR ] = " IBP_E_GET_SOCK_ATTR "
ibp_error_map[ IBP_E_CLIENT_TIMEOUT ] = " IBP_E_CLIENT_TIMEOUT "
ibp_error_map[ IBP_E_UNKNOWN_FUNCTION ] = " IBP_E_UNKNOWN_FUNCTION "
ibp_error_map[ IBP_E_INV_IP_ADDR ] = " IBP_E_INV_IP_ADDR "
ibp_error_map[ IBP_E_WOULD_EXCEED_POLICY ] = " IBP_E_WOULD_EXCEED_POLICY "
ibp_error_map[ IBP_E_SERVER_TIMEOUT ] = " IBP_E_SERVER_TIMEOUT "
ibp_error_map[ IBP_E_SERVER_RECOVERING ] = " IBP_E_SERVER_RECOVERING "
ibp_error_map[ IBP_E_CAP_DELETING ] = " IBP_E_CAP_DELETING "
ibp_error_map[ IBP_E_UNKNOWN_RS ] = " IBP_E_UNKNOWN_RS "
ibp_error_map[ IBP_E_INVALID_RID ] = " IBP_E_INVALID_RID "
ibp_error_map[ IBP_E_NFU_UNKNOWN ] = " IBP_E_NFU_UNKNOWN "
ibp_error_map[ IBP_E_NFU_DUP_PARA ] = " IBP_E_NFU_DUP_PARA "
ibp_error_map[ IBP_E_QUEUE_FULL ] = " IBP_E_QUEUE_FULL "
ibp_error_map[ IBP_E_CRT_AUTH_FAIL ] = " IBP_E_CRT_AUTH_FAIL "
ibp_error_map[ IBP_E_INVALID_CERT_FILE ] = " IBP_E_INVALID_CERT_FILE "
ibp_error_map[ IBP_E_INVALID_PRIVATE_KEY_PASSWD ] = " IBP_E_INVALID_PRIVATE_KEY_PASSWD "
ibp_error_map[ IBP_E_INVALID_PRIVATE_KEY_FILE ] = " IBP_E_INVALID_PRIVATE_KEY_FILE "
ibp_error_map[ IBP_E_AUTHEN_NOT_SUPPORT ] = " IBP_E_AUTHEN_NOT_SUPPORT "
ibp_error_map[ IBP_E_AUTHENTICATION_FAILED ] = " IBP_E_AUTHENTICATION_FAILED "