Filesys-SmbClientParser
view release on metacpan or search on metacpan
SmbClientParser.pm view on Meta::CPAN
elsif ($var=~/ERRlock/)
{$er="Cmd $command: A Lock request conflicted with an existing lock or specified an invalid mode, or an Unlock requested attempted to remove a lock held by another process.";}
elsif ($var=~/ERRunsup/)
{$er="Cmd $command: The operation is unsupported";}
elsif ($var=~/ERRnosuchshare/)
{$er="Cmd $command: You specified an invalid share name";}
elsif ($var=~/ERRfilexists/)
{$er="Error $command: The file named in a Create Directory, Make New File or Link request already exists.";}
elsif ($var=~/ERRbadpipe/)
{$er="Cmd $command: Pipe invalid.";}
elsif ($var=~/ERRpipebusy/)
{$er="Cmd $command: All instances of the requested pipe are busy.";}
elsif ($var=~/ERRpipeclosing/)
{$er="Cmd $command: Pipe close in progress.";}
elsif ($var=~/ERRnotconnected/)
{$er="Cmd $command: No process on other end of pipe.";}
elsif ($var=~/ERRmoredata/)
{$er="Cmd $command: There is more data to be returned.";}
elsif ($var=~/ERRinvgroup/)
{$er="Cmd $command: Invalid workgroup (try the -W option)";}
elsif ($var=~/ERRerror/)
{$er="Cmd $command: Non-specific error code.";}
( run in 0.310 second using v1.01-cache-2.11-cpan-87723dcf8b7 )