Get the diagnostic message from a failing Expect value
Returns the Stop/Hold message carried by a
failing VExpect value. If x passed
(Expect_pass), there is no message to extract and a
VError is returned instead.
Expect): The Expect value to
inspect.The diagnostic message, or an error if x is not a
failure.
expect_msg(expect_equal(1, 2))