ConversionError Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. subscriptions. ConversionError
- com.
- com.
public class ConversionError extends ResourceBase
Represents an error for the trial subscription conversion result.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ConversionError() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Conversion |
getCode()
Gets the error code associated with the issue. |
| java.lang.String |
getDescription()
Gets the friendly text describing the error. |
| void |
setCode(ConversionErrorCode value)
Sets the error code associated with the issue. |
| void |
setDescription(String value)
Sets the friendly text describing the error. |
Inherited Members
Constructor Details
ConversionError
public ConversionError()
Method Details
getCode
public ConversionErrorCode getCode()
Gets the error code associated with the issue.
Returns:
getDescription
public String getDescription()
Gets the friendly text describing the error.
Returns:
setCode
public void setCode(ConversionErrorCode value)
Sets the error code associated with the issue.
Parameters:
setDescription
public void setDescription(String value)
Sets the friendly text describing the error.
Parameters: