Enum PvResult.Code.CodeEnum
Enumeration of all possible result codes.
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public enum PvResult.Code.CodeEnum
Fields
| Name | Description |
|---|---|
| ABORTED | The operation was aborted |
| AUTO_ABORTED | Buffer reception failed. |
| BAD_VERSION | Some component versions are not compatible. |
| BUFFER_TOO_SMALL | The buffer was not large enough to hold the payload of the block being received |
| BUSY | The resource requested is already in use. |
| CANCEL | The user closed a dialog and the operation was not performed |
| CANNOT_OPEN_FILE | The file doesn't exist or can't be opened. |
| CANT_READ_MANIFEST | The manifest table of the device could not be read |
| CORRUPTED_DATA | The data is corrupted. |
| ERR_OVERFLOW | Overflow occurred. |
| FILE_ERROR | A file operation error occured. |
| GENERIC_ERROR | An undefined error occurred. |
| GENICAM_XML_ERROR | The GenICam XML file could not be loaded into GenApi. |
| IMAGE_ERROR | Error with an image. |
| INVALID_DATA_FORMAT | The data format is not supported for the requested operation. |
| INVALID_PARAMETER | A parameter passed to the method is invalid. |
| MISSING_PACKETS | Some packets are missing in the buffer. |
| NETWORK_CONFIG_ERROR | A network configuration error occurred while performing the requested operation. |
| NETWORK_ERROR | A network error occurred while performing the requested operation. |
| NOT_CONNECTED | The object (#PvDevice or #PvStream object) isn't connected. |
| NOT_ENOUGH_MEMORY | Not enough memory. |
| NOT_FOUND | The expected item wasn't found. |
| NOT_IMPLEMENTED | The requested feature or functionality is not implemented. |
| NOT_INITIALIZED | An error code hasn't been set. |
| NOT_SUPPORTED | The requested feature or functionality is not supported. |
| NO_AVAILABLE_DATA | There is no available data to enumerate. |
| NO_LICENSE | An eBUS SDK license is missing. |
| NO_MORE_ENTRY | There are no more entries to retrieve/enumerate. |
| NO_MORE_ITEM | No more of what was requested is currently available. |
| OK | Success! (Immediate.) |
| PENDING | Success! (Pending.) |
| RESENDS_FAILURE | Failure to receive all missing packets for a buffer through resend packets. |
| RESYNC | Kick out of the driver because of a forced resynchronisation. |
| STATE_ERROR | The method is (probably) legal, but the system's current state doesn't allow the action. |
| THREAD_ERROR | An error occurred while attempting to perform an operation on a thread like starting, stopping or changing priority. |
| TIMEOUT | The operation timed out. |
| TOO_MANY_CONSECUTIVE_RESENDS | Buffer reception failed, consecutive missing buffers higher than allowed. |
| TOO_MANY_RESENDS | Too many resend packets were requested, buffer acquisition failure. |