C API ZIError StructΒΆ
| Name | Type | Description |
|---|---|---|
| timeStamp | ZITimeStamp | Timestamp of the error. |
| path | uint8_t | The path to the node from which the error originates. |
| category | uint8_t | Category string. |
| errorCode | uint32_t | Error code. |
| kind | uint32_t | Error kind (one of ZIErrorKind_enum) |
| message | __ ZIByteArray__ | Message of the error. |