Class ScriptDebugResult

Version: 4.0

Defines a script debug result model.

Inheritance
object
ScriptDebugResult
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0Debugging
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
RequestResponse
public class ScriptDebugResult

Properties

Exception

Gets or sets the script exception if any.

Declaration
RequestResponse
public Exception Exception { get; set; }
Property Value
TypeDescription
Exception

Result

Gets or sets the output.

Declaration
RequestResponse
public JToken Result { get; set; }
Property Value
TypeDescription
JToken

StatusCode

Gets or sets teh status code.

Declaration
RequestResponse
public HttpStatusCode? StatusCode { get; set; }
Property Value
TypeDescription
HttpStatusCode

Target

Gets or sets the target.

Declaration
RequestResponse
public ClientDebugEntityInfo Target { get; set; }
Property Value
TypeDescription
ClientDebugEntityInfo

Do you have some feedback for us?

If you have suggestions for improving this article,