Share via


RunNotebookError Class

Definition

Run notebook error.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RunNotebookError+RunNotebookErrorConverter))]
public class RunNotebookError
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RunNotebookError+RunNotebookErrorConverter))>]
type RunNotebookError = class
Public Class RunNotebookError
Inheritance
RunNotebookError
Attributes

Properties

Ename

Error name.

Evalue

Error message.

Traceback

Error trace.

Applies to