hikvision/core/mvs_sdk/constant/
error.rs1pub const MV_OK: u32 = 0x00000000;
3
4pub const MV_E_HANDLE: u32 = 0x80000000;
7pub const MV_E_SUPPORT: u32 = 0x80000001;
9pub const MV_E_BUFOVER: u32 = 0x80000002;
11pub const MV_E_CALLORDER: u32 = 0x80000003;
13pub const MV_E_PARAMETER: u32 = 0x80000004;
15pub const MV_E_RESOURCE: u32 = 0x80000006;
17pub const MV_E_NODATA: u32 = 0x80000007;
19pub const MV_E_PRECONDITION: u32 = 0x80000008;
21pub const MV_E_VERSION: u32 = 0x80000009;
23pub const MV_E_NOENOUGH_BUF: u32 = 0x8000000A;
25pub const MV_E_ABNORMAL_IMAGE: u32 = 0x8000000B;
27pub const MV_E_LOAD_LIBRARY: u32 = 0x8000000C;
29pub const MV_E_NOOUTBUF: u32 = 0x8000000D;
31pub const MV_E_UNKNOW: u32 = 0x800000FF;
33
34pub const MV_E_GC_GENERIC: u32 = 0x80000100;
37pub const MV_E_GC_ARGUMENT: u32 = 0x80000101;
39pub const MV_E_GC_RANGE: u32 = 0x80000102;
41pub const MV_E_GC_PROPERTY: u32 = 0x80000103;
43pub const MV_E_GC_RUNTIME: u32 = 0x80000104;
45pub const MV_E_GC_LOGICAL: u32 = 0x80000105;
47pub const MV_E_GC_ACCESS: u32 = 0x80000106;
49pub const MV_E_GC_TIMEOUT: u32 = 0x80000107;
51pub const MV_E_GC_DYNAMICCAST: u32 = 0x80000108;
53pub const MV_E_GC_UNKNOW: u32 = 0x800001FF;
55
56pub const MV_E_NOT_IMPLEMENTED: u32 = 0x80000200;
59pub const MV_E_INVALID_ADDRESS: u32 = 0x80000201;
61pub const MV_E_WRITE_PROTECT: u32 = 0x80000202;
63pub const MV_E_ACCESS_DENIED: u32 = 0x80000203;
65pub const MV_E_BUSY: u32 = 0x80000204;
67pub const MV_E_PACKET: u32 = 0x80000205;
69pub const MV_E_NETER: u32 = 0x80000206;
71pub const MV_E_IP_CONFLICT: u32 = 0x80000221;
73
74pub const MV_E_USB_READ: u32 = 0x80000300;
77pub const MV_E_USB_WRITE: u32 = 0x80000301;
79pub const MV_E_USB_DEVICE: u32 = 0x80000302;
81pub const MV_E_USB_GENICAM: u32 = 0x80000303;
83pub const MV_E_USB_BANDWIDTH: u32 = 0x80000304;
85pub const MV_E_USB_DRIVER: u32 = 0x80000305;
87pub const MV_E_USB_UNKNOW: u32 = 0x800003FF;
89
90pub const MV_E_UPG_FILE_MISMATCH: u32 = 0x80000400;
93pub const MV_E_UPG_LANGUSGE_MISMATCH: u32 = 0x80000401;
95pub const MV_E_UPG_CONFLICT: u32 = 0x80000402;
97pub const MV_E_UPG_INNER_ERR: u32 = 0x80000403;
99pub const MV_E_UPG_UNKNOW: u32 = 0x800004FF;