ixErrorInfo

ixErrorInfo - get the text of the last error

SYNOPSIS

$::ixErrorInfo

DESCRIPTION

The ixErrorInfo global variable holds the text of the last error detected.

EXAMPLES

package require IxTclHal

# Now connect to the chassis

if [ixConnectToChassis $host] {

ixPuts $::ixErrorInfo

return 1

}

SEE ALSO