class Aspera::AsCmd::Error

This exception is raised when ascmd returns an error.

def extended_message; "ascmd: errno=#{errno} errstr=\"#{errstr}\" command=\"#{command}\" args=#{args}"; end

def extended_message; "ascmd: errno=#{errno} errstr=\"#{errstr}\" command=\"#{command}\" args=#{args}"; end

def initialize(errno,errstr,cmd,args);@errno=errno;@errstr=errstr;@command=cmd;@args=args;end

def initialize(errno,errstr,cmd,args);@errno=errno;@errstr=errstr;@command=cmd;@args=args;end

def message; "ascmd: (#{errno}) #{errstr}"; end

def message; "ascmd: (#{errno}) #{errstr}"; end