RunNotebookError Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. RunNotebookError
- com.
Implements
public final class RunNotebookError
implements JsonSerializable<RunNotebookError>
Run notebook error.
Constructor Summary
| Constructor | Description |
|---|---|
| RunNotebookError() |
Creates an instance of Run |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
| String |
getEname()
Get the ename property: Error name. |
| String |
getEvalue()
Get the evalue property: Error message. |
| List<String> |
getTraceback()
Get the traceback property: Error trace. |
|
Run |
setTraceback(List<String> traceback)
Set the traceback property: Error trace. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
RunNotebookError
public RunNotebookError()
Creates an instance of RunNotebookError class.
Method Details
fromJson
public static RunNotebookError fromJson(JsonReader jsonReader)
Reads an instance of RunNotebookError from the JsonReader.
Parameters:
Returns:
Throws:
getEname
public String getEname()
Get the ename property: Error name.
Returns:
getEvalue
public String getEvalue()
Get the evalue property: Error message.
Returns:
getTraceback
public List<String> getTraceback()
Get the traceback property: Error trace.
Returns:
setTraceback
public RunNotebookError setTraceback(List<String> traceback)
Set the traceback property: Error trace.
Parameters:
Returns: