Can anyone share any doc or link from where i can read about the error return codes provided on failure of iwodstart.At present getting return code as 256Any help is welcome.
my $status = qx($odcmd 2>&1);if ($status){ $status >>= 8; # shift the bits to un-pad to return code print "Error [$status] ....";}
exit code: 0 - succeeded 1 - starting of the deployment failed 2 - deployment ran and returned a failed status 9 - deployment completed with errors