ConversionError Class

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
ConversionErrorCode 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

ResourceBase.getAttributes() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

ConversionError

public ConversionError()

Method Details

getCode

public ConversionErrorCode getCode()

Gets the error code associated with the issue.

Returns:

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.

setCode

public void setCode(ConversionErrorCode value)

Sets the error code associated with the issue.

Parameters:

value - The error code associated with the issue.

setDescription

public void setDescription(String value)

Sets the friendly text describing the error.

Parameters:

value - The friendly text describing the error.

Applies to