OpenMetaverse Protocol Library Developers API Documentation
UploaderScriptRequestError Class
Namespaces OpenMetaverse.Messages.LindenUploaderScriptRequestError
A message sent from the simulator to the viewer which indicates an error occurred while attempting to update a script in an agents or tasks inventory
Declaration Syntax
C#
public 
class 
UploaderScriptRequestError : 

AssetUploaderBlock
Members
All Members Constructors Methods Fields



Icon Member Description
UploaderScriptRequestError () () () ()
Initializes a new instance of the UploaderScriptRequestErrorclass

AssetID
A new AssetID assigned to the script

Compiled
true of the script was successfully compiled by the simulator

Deserialize(OSDMap) (Overrides AssetUploaderBlock. Deserialize(OSDMap).)
Error
A string containing the error which occured while trying to update the script

Serialize () () () () (Overrides AssetUploaderBlock. Serialize () () () () .)
Inheritance Hierarchy
Object
AssetUploaderBlock
  UploaderScriptRequestError

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)