Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
soplarpet:error_table [2024/12/06 11:02] superuser |
soplarpet:error_table [2024/12/06 11:06] (current) superuser [Parameter Descriptions] |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| 1. **Time** | 1. **Time** | ||
| - | - *Type*: DateTime | + | - **Type**: DateTime |
| - | - *Description*: The timestamp indicating when the error occurred. | + | - **Description**: The timestamp indicating when the error occurred. |
| 2. **ErrorType** | 2. **ErrorType** | ||
| - | - *Type*: EErrorTypes | + | - **Type**: int |
| - | - *Description*: An enumeration representing the type of error. Examples include: | + | - **Description**: An enumeration representing the type of error. Examples include: |
| - | - `1`: Camera connection error | + | - **1**: Camera connection error |
| - | - `2`: Camera ping error | + | - **2**: Camera ping error |
| - | - `3`: Camera missing | + | - **3**: Camera missing |
| - | - `4`: Configuration corrupted | + | - **4**: Configuration corrupted |
| - | - `5`: Configuration missing | + | - **5**: Configuration missing |
| - | - `6`: Halcon license missing | + | - **6**: Halcon license missing |
| - | - `7`: Free space missing | + | - **7**: Free space missing |
| 3. **DeviceCode** | 3. **DeviceCode** | ||
| - | - *Type*: int | + | - **Type**: int |
| - | - *Description*: Identifies the device associated with the error. | + | - **Description**: Identifies the device associated with the error. |
| - | - Values below `100` indicate a camera (e.g., `1` for Camera 1). | + | - Values below **100** indicate a camera (e.g., **1** for Camera 1). |
| - | - `100` represents the PC. | + | - **100** represents the PC. |
| 4. **Message** | 4. **Message** | ||
| - | - *Type*: string | + | - **Type**: string |
| - | - *Description*: A descriptive message providing details about the error. | + | - **Description**: A descriptive message providing details about the error. |
| 5. **Additional** | 5. **Additional** | ||
| - | - *Type*: string[] | + | - **Type**: string[] |
| - | - *Description*: An optional list of strings containing additional data relevant to the error. For example: | + | - **Description**: An optional list of strings containing additional data relevant to the error. For example: For free space errors, this may include the amount of space needed (in bytes). |
| - | - For free space errors, this may include the amount of space needed (in bytes). | + | |
| ==== Examples ==== | ==== Examples ==== | ||