
Frame Grabber SDK (Windows-C) Developer Guide
Appendix B. Error Code
You can search for the detailed error descriptions according to returned error codes or error names.
SDK Error Code
Error Code
Error Name
Normal Status Code
0x00000000 MV_FG_SUCCESS
General Error Codes (from 0x80190001 to 0x801900FF)
0x80190001 MV_FG_ERR_ERROR
0x80190002 MV_FG_ERR_NOT_INITIALIZED
0x80190003 MV_FG_ERR_NOT_IMPLEMENTED
0x80190004 MV_FG_ERR_RESOURCE_IN_USE
0x80190005 MV_FG_ERR_ACCESS_DENIED
0x80190006 MV_FG_ERR_INVALID_HANDLE
0x80190007 MV_FG_ERR_INVALID_ID
0x80190008 MV_FG_ERR_NO_DATA
0x80190009 MV_FG_ERR_INVALID_PARAMETER
0x80190010 MV_FG_ERR_IO
0x80190011 MV_FG_ERR_TIMEOUT
0x80190012 MV_FG_ERR_ABORT
0x80190013 MV_FG_ERR_INVALID_BUFFER
0x80190014 MV_FG_ERR_NOT_AVAILABLE
0x80190015 MV_FG_ERR_INVALID_ADDRESS
0x80190016 MV_FG_ERR_BUFFER_TOO_SMALL
0x80190017 MV_FG_ERR_INVALID_INDEX
0x80190018 MV_FG_ERR_PARSING_CHUNK_DATA
0x80190019 MV_FG_ERR_INVALID_VALUE
0x80190020 MV_FG_ERR_RESOURCE_EXHAUSTED
0x80190021 MV_FG_ERR_OUT_OF_MEMORY
0x80190022 MV_FG_ERR_BUSY
0x80190023 MV_FG_ERR_LOADLIBRARY
0x80190024 MV_FG_ERR_CALLORDER
Description
Succeeded.
Unknown error.
Not initialized.
Not implemented.
The requested resource is in use.
No access permission.
Invalid handle.
Invalid ID.
No data.
Invalid parameter.
IO error.
Timed out.
Operation interrupted.
Invalid buffer.
Unreachable.
Invalid address.
Buffer too small.
Invalid index.
Failed to parse chunk.
Invalid value.
Resource exhausted.
Failed to request memory.
Busy.
Failed to load dynamic link library.
Incorrect order of API calls.
140





















































































































































