Share via


GraphInnerError Class

  • java.lang.Object
    • com.microsoft.graph.http.GraphInnerError

public class GraphInnerError

Represents an inner error returned by the service

Field Summary

Modifier and Type Field and Description
java.lang.String code

The error code

java.lang.String debugMessage

The debug message

java.lang.String errorType

The error type

GraphInnerError innererror

The inner error

java.lang.String stackTrace

The stacktrace

java.lang.String throwSite

The throw site

Constructor Summary

Constructor Description
GraphInnerError()

Method Summary

Modifier and Type Method and Description
final GraphInnerError copy()

Make a deep copy this GraphInnerError, this includes all it's subsequent InnerError's.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

code

public String code

The error code

debugMessage

public String debugMessage

The debug message

errorType

public String errorType

The error type

innererror

public GraphInnerError innererror

The inner error

stackTrace

public String stackTrace

The stacktrace

throwSite

public String throwSite

The throw site

Constructor Details

GraphInnerError

public GraphInnerError()

Method Details

copy

public final GraphInnerError copy()

Make a deep copy this GraphInnerError, this includes all it's subsequent InnerError's.

Returns:

The copy of this InnerError

Applies to