Class GraphInnerError

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

public class GraphInnerError extends Object
Represents an inner error returned by the service
  • Field Details

    • code

      @SerializedName("code") @Nullable public String code
      The error code
    • errorType

      @SerializedName("errorType") @Nullable public String errorType
      The error type
    • debugMessage

      @SerializedName("debugMessage") @Nullable public String debugMessage
      The debug message
    • stackTrace

      @SerializedName("stackTrace") @Nullable public String stackTrace
      The stacktrace
    • throwSite

      @SerializedName("throwSite") @Nullable public String throwSite
      The throw site
    • innererror

      @SerializedName("innererror") @Nullable public GraphInnerError innererror
      The inner error
  • Constructor Details

    • GraphInnerError

      public GraphInnerError()