Freigeben über


WorkbookInnerErrorTrace Class

  • java.lang.Object
    • com.azure.resourcemanager.applicationinsights.models.WorkbookInnerErrorTrace

Implements

public final class WorkbookInnerErrorTrace
implements JsonSerializable<WorkbookInnerErrorTrace>

Error details.

Constructor Summary

Constructor Description
WorkbookInnerErrorTrace()

Creates an instance of WorkbookInnerErrorTrace class.

Method Summary

Modifier and Type Method and Description
static WorkbookInnerErrorTrace fromJson(JsonReader jsonReader)

Reads an instance of WorkbookInnerErrorTrace from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
List<String> trace()

Get the trace property: detailed error trace.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

WorkbookInnerErrorTrace

public WorkbookInnerErrorTrace()

Creates an instance of WorkbookInnerErrorTrace class.

Method Details

fromJson

public static WorkbookInnerErrorTrace fromJson(JsonReader jsonReader)

Reads an instance of WorkbookInnerErrorTrace from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of WorkbookInnerErrorTrace if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the WorkbookInnerErrorTrace.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

trace

public List<String> trace()

Get the trace property: detailed error trace.

Returns:

the trace value.

validate

public void validate()

Validates the instance.

Applies to