Class ProvisioningErrorInfo

java.lang.Object
com.microsoft.graph.models.ProvisioningErrorInfo
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ProvisioningErrorInfo extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Provisioning Error Info.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • additionalDetails

      @SerializedName(value="additionalDetails", alternate="AdditionalDetails") @Expose @Nullable public String additionalDetails
      The Additional Details. Additional details in case of error.
    • errorCategory

      @SerializedName(value="errorCategory", alternate="ErrorCategory") @Expose @Nullable public ProvisioningStatusErrorCategory errorCategory
      The Error Category. Categorizes the error code. Possible values are failure, nonServiceFailure, success, unknownFutureValue
    • errorCode

      @SerializedName(value="errorCode", alternate="ErrorCode") @Expose @Nullable public String errorCode
      The Error Code. Unique error code if any occurred. Learn more
    • reason

      @SerializedName(value="reason", alternate="Reason") @Expose @Nullable public String reason
      The Reason. Summarizes the status and describes why the status happened.
    • recommendedAction

      @SerializedName(value="recommendedAction", alternate="RecommendedAction") @Expose @Nullable public String recommendedAction
      The Recommended Action. Provides the resolution for the corresponding error.
  • Constructor Details

    • ProvisioningErrorInfo

      public ProvisioningErrorInfo()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to