(imported topic written by BenKus)
Hey folks,
Occasionally when you run one of the built-in actionscript commands (like “copy”, “delete”, etc.) and it fails, you might see an error code in the client log… For instance:
Command Failed: (Delete failed(32))
In these cases, the error codes refer to the system error codes from the operating system. For Windows, here is a list that will hopefully be useful reference:
http://msdn.microsoft.com/en-us/library/ms681382(VS.85).aspx
Ben