Represents an error caused by decancer not being able to cure a string.
More...
|
const char * | message |
| Null-terminated ASCII encoded error message.
|
|
uint8_t | message_length |
| The length of the error message.
|
|
Represents an error caused by decancer not being able to cure a string.
typedef struct {
Represents an error caused by decancer not being able to cure a string.
Definition decancer.h:289
uint8_t message_length
The length of the error message.
Definition decancer.h:300
const char * message
Null-terminated ASCII encoded error message.
Definition decancer.h:294
- See also
- decancer_cure
-
decancer_cure_utf16
- Since
- 2.0.0
◆ message
const char* decancer_error_t::message |
Null-terminated ASCII encoded error message.
- Since
- 2.0.0
◆ message_length
uint8_t decancer_error_t::message_length |
The length of the error message.
- Since
- 2.0.0
The documentation for this struct was generated from the following file:
- /home/runner/work/decancer/decancer/bindings/native/decancer.h