Class ScriptDebugResult
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 ScriptDebugResultProperties
Exception
Gets or sets the script exception if any.
Declaration
RequestResponse
public Exception Exception { get; set; }Property Value
| Type | Description |
|---|---|
| Exception |
Result
Gets or sets the output.
Declaration
RequestResponse
public JToken Result { get; set; }Property Value
| Type | Description |
|---|---|
| JToken |
StatusCode
Gets or sets teh status code.
Declaration
RequestResponse
public HttpStatusCode? StatusCode { get; set; }Property Value
| Type | Description |
|---|---|
| HttpStatusCode |
Target
Gets or sets the target.
Declaration
RequestResponse
public ClientDebugEntityInfo Target { get; set; }Property Value
| Type | Description |
|---|---|
| ClientDebugEntityInfo |