Class ConversionError

java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.subscriptions.ConversionError

public class ConversionError
extends ResourceBase
Represents an error for the trial subscription conversion result.
  • Constructor Details

  • Method Details

    • getCode

      public ConversionErrorCode getCode()
      Gets the error code associated with the issue.
      Returns:
      The error code associated with the issue.
    • setCode

      public void setCode​(ConversionErrorCode value)
      Sets the error code associated with the issue.
      Parameters:
      value - The error code associated with the issue.
    • getDescription

      public String getDescription()
      Gets the friendly text describing the error.
      Returns:
      The friendly text describing the error.
    • setDescription

      public void setDescription​(String value)
      Sets the friendly text describing the error.
      Parameters:
      value - The friendly text describing the error.