MooPlug Errors  -  What do all these errors mean then?
These MooPlug error codes are correct as of version 0.4.5

Moo_DialogColour

  • Moo_DialogColour|Err1
    Invalid number of arguments.
  • Moo_DialogColour|Err2
    Dialog cancelled by user.

Moo_DialogFile

  • Moo_DialogFile|Err1
    Invalid number of arguments.
  • Moo_DialogFile|Err2
    Dialog cancelled by user.

Moo_DialogFolder

  • Moo_DialogFile|Err1
    Invalid number of arguments.
  • Moo_DialogFile|Err2
    Dialog cancelled by user.
  • Moo_DialogFile|Err3
    Error retrieving chosen path.

Moo_DownloadFile

  • Moo_DownloadFile|Err1
    Invalid number of arguments.
  • Moo_DownloadFile|Err2
    Invalid input URL.
  • Moo_DownloadFile|Err3
    File download failed.

Moo_DownloadText

  • Moo_DownloadText|Err1
    Invalid number of arguments.
  • Moo_DownloadText|Err2
    Invalid input URL.
  • Moo_DownloadText|Err3
    File download failed.
  • Moo_DownloadText|Err4
    Error opening file.
  • Moo_DownloadText|Err5
    Error reading file.

Moo_FileCopy

  • Moo_FileCopy|Err1
    Invalid number of arguments.
  • Moo_FileCopy|Err2
    Invalid source file input.
  • Moo_FileCopy|Err3
    Source file does not exist.
  • Moo_FileCopy|Err4
    Invalid destination file input.
  • Moo_FileCopy|Err5
    Destination file already exists.
  • Moo_FileCopy|Err6
    Error copying file.

Moo_FileCreate

  • Moo_FileCreate|Err1
    Invalid number of arguments.
  • Moo_FileCreate|Err2
    Invalid source file input.
  • Moo_FileCreate|Err3
    Source file already exists.
  • Moo_FileCreate|Err4
    Error creating file.

Moo_FileDelete

  • Moo_FileDelete|Err1
    Invalid number of arguments.
  • Moo_FileDelete|Err2
    Invalid source file input.
  • Moo_FileDelete|Err3
    Error deleting file.

Moo_FileExists

  • Moo_FileExists|Err1
    Invalid number of arguments.
  • Moo_FileExists|Err2
    Invalid source file input.

Moo_FileMove

  • Moo_FileMove|Err1
    Invalid number of arguments.
  • Moo_FileMove|Err2
    Invalid source file input.
  • Moo_FileMove|Err3
    Source file does not exist.
  • Moo_FileMove|Err4
    Invalid destination file input.
  • Moo_FileMove|Err5
    Destination file already exists.
  • Moo_FileMove|Err6
    Error moving file.

Moo_FileRead

  • Moo_FileRead|Err1
    Invalid number of arguments.
  • Moo_FileRead|Err2
    Invalid source file input.
  • Moo_FileRead|Err3
    Error opening input file.
  • Moo_FileRead|Err4
    Error creating input buffer.
  • Moo_FileRead|Err5
    Error reading file.

Moo_FolderCreate

  • Moo_FolderCreate|Err1
    Invalid number of arguments.
  • Moo_FolderCreate|Err2
    Invalid source folder input.
  • Moo_FolderCreate|Err3
    Source folder already exists.
  • Moo_FolderCreate|Err4
    Error creating folder.

Moo_FolderExists

  • Moo_FolderExists|Err1
    Invalid number of arguments.
  • Moo_FolderExists|Err2
    Invalid source folder input.

Moo_FolderList

  • Moo_FolderList|Err1
    Invalid number of arguments.
  • Moo_FolderList|Err2
    Invalid source folder input.
  • Moo_FolderList|Err3
    Input folder contains no files.

Moo_FTPDownload

  • Moo_FTPDownload|Err1
    Invalid number of arguments.
  • Moo_FTPDownload|Err2
    Invalid number of arguments.
  • Moo_FTPDownload|Err3
    Invalid sServer input parameter.
  • Moo_FTPDownload|Err4
    Invalid sUser input parameter.
  • Moo_FTPDownload|Err5
    Invalid sPassword input parameter.
  • Moo_FTPDownload|Err6
    Error opening internet connection.
  • Moo_FTPDownload|Err7
    Error opening ftp connection.
  • Moo_FTPDownload|Err8
    Source file input doesn't exist.
  • Moo_FTPDownload|Err9
    Invalid source file input.
  • Moo_FTPDownload|Err10
    Remote file not found on FTP server.
  • Moo_FTPDownload|Err11
    Error downloading file.

Moo_FTPUpload

  • Moo_FTPUpload|Err1
    Invalid number of arguments.
  • Moo_FTPUpload|Err2
    Invalid number of arguments.
  • Moo_FTPUpload|Err3
    Invalid sServer input parameter.
  • Moo_FTPUpload|Err4
    Invalid sUser input parameter.
  • Moo_FTPUpload|Err5
    Invalid sPassword input parameter.
  • Moo_FTPUpload|Err6
    Error opening internet connection.
  • Moo_FTPUpload|Err7
    Error opening ftp connection.
  • Moo_FTPUpload|Err8
    Source file input doesn't exist.
  • Moo_FTPUpload|Err9
    Invalid source file input.
  • Moo_FTPUpload|Err10
    Error setting remote ftp directory.
  • Moo_FTPUpload|Err11
    File already exists on ftp server.
  • Moo_FTPUpload|Err12
    Error opening local source file.
  • Moo_FTPUpload|Err13
    Error reading local source file.
  • Moo_FTPUpload|Err14
    Upload file size mismatch.

Moo_PrinterDefault

  • Moo_PrinterDefault|Err1
    Invalid number of arguments.
  • Moo_PrinterDefault|Err2
    Error retrieving default printer.
  • Moo_PrinterDefault|Err3
    Error setting default printer.

Moo_PrinterList

  • Moo_PrinterList|Err1
    Invalid number of arguments.
  • Moo_PrinterList|Err2
    Error retrieving list of printers.
  • Moo_PrinterList|Err3
    No printers installed.

Moo_ProcessCount

  • Moo_ProcessCount|Err1
    Invalid number of arguments.

Moo_ProcessList

  • Moo_ProcessList|Err1
    Invalid number of arguments.

Moo_ProcessRunning

  • Moo_ProcessRunning|Err1
    Invalid number of arguments.
  • Moo_ProcessRunning|Err2
    Invalid input process.

Moo_ZipCompress

  • Moo_ZipCompress|Err1
    Invalid number of arguments.
  • Moo_ZipCompress|Err2
    Invalid source file input.
  • Moo_ZipCompress|Err3
    Source file doesn't exist.
  • Moo_ZipCompress|Err4
    Output Zip file already exists.
  • Moo_ZipCompress|Err5
    Error creating Zip file.

Moo_ZipExtract

  • Moo_ZipExtract|Err1
    Invalid number of arguments.
  • Moo_ZipExtract|Err2
    Invalid source Zip file input.
  • Moo_ZipExtract|Err3
    Source Zip file doesn't exist.
  • Moo_ZipExtract|Err4
    Error opening source Zip file.
  • Moo_ZipExtract|Err5
    Empty Zip file.

Moo_ZipList

  • Moo_ZipList|Err1
    Invalid number of arguments.
  • Moo_ZipList|Err2
    Invalid source file input.
  • Moo_ZipList|Err3
    Source file doesn't exist.
  • Moo_ZipList|Err4
    Empty Zip file.
  • Moo_ZipList|Err5
    Error listing Zip contents.