3072 (0C00) (RC3072): MQRCCF_TOPIC_ERROR
Explanation
Topic name is invalid.
A command has been sent to the broker containing a topic name that is not valid. Note that wildcard topic names are not allowed for Register Publisher and Publish commands.
Programmer response
Retry the command with a valid topic name parameter. Up to 256 characters of the topic name in question are returned with the error response message. If the topic name contains a null character, this is assumed to terminate the string and is not considered to be part of it. A zero length topic name is not valid, as is one that contains an escape sequence that is not valid.