Skip to main content

Name

msg.conn_id — Return the human-readable ec_message.conn_id

Synopsis

msg.conn_id;

Description

When used in a string context, or explicitly forced into a string via tostring(msg.conn_id), this function returns the human-readable ec_message.conn_id.

Enable this function with the statement require('msys.extended.message');.

Was this page helpful?