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 Summary
Constructors Constructor Description ConversionError() -
Method Summary
Modifier and Type Method Description ConversionErrorCodegetCode()Gets the error code associated with the issue.StringgetDescription()Gets the friendly text describing the error.voidsetCode(ConversionErrorCode value)Sets the error code associated with the issue.voidsetDescription(String value)Sets the friendly text describing the error.
-
Constructor Details
-
ConversionError
public ConversionError()
-
-
Method Details
-
getCode
Gets the error code associated with the issue.- Returns:
- The error code associated with the issue.
-
setCode
Sets the error code associated with the issue.- Parameters:
value- The error code associated with the issue.
-
getDescription
Gets the friendly text describing the error.- Returns:
- The friendly text describing the error.
-
setDescription
Sets the friendly text describing the error.- Parameters:
value- The friendly text describing the error.
-