LMQErrType
Enumerates every error code that can be returned by the library functions.
@ LMQ_ERR_INVAL_TOPIC
Invalid topic (no topic, too big, contains wildcard characters in wrong positions,...
@ LMQ_ERR_XQUEUECREATE_FAIL
Couldn't create the broker queue.
@ LMQ_ERR_BAD_ESP_CONFIG
Couldn't initialize ESP-NOW.
@ LMQ_ERR_XTASKCREATE_FAIL
Couldn't create the broker task.
@ LMQ_ERR_SUCCESS
No error, operation successful.
@ LMQ_ERR_ESP_SEND_FAIL
Couldn't send the message.
@ LMQ_ERR_VALID_TOPIC
No error, valid topic.