[This is preliminary documentation and is subject to change.]

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

Namespace:  OpenMetaverse.Messages.Linden
Assembly:  OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057

Syntax

         
 C#  Visual Basic  Visual C++ 
public class UploaderScriptRequestError : AssetUploaderBlock
Public Class UploaderScriptRequestError _
	Inherits AssetUploaderBlock
public ref class UploaderScriptRequestError : public AssetUploaderBlock

Members

            
 All Members  Constructors   Fields   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
UploaderScriptRequestError()()()
Initializes a new instance of the UploaderScriptRequestError class
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()()().)
State
The state of the request

Inheritance Hierarchy

System..::.Object
  OpenMetaverse.Messages.Linden..::.AssetUploaderBlock
    OpenMetaverse.Messages.Linden..::.UploaderScriptRequestError

See Also