Uses of Class
com.microsoft.store.partnercenter.models.subscriptions.ConversionErrorCode
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.subscriptions |
-
Uses of ConversionErrorCode in com.microsoft.store.partnercenter.models.subscriptions
Methods in com.microsoft.store.partnercenter.models.subscriptions that return ConversionErrorCode Modifier and Type Method Description ConversionErrorCodeConversionError. getCode()Gets the error code associated with the issue.static ConversionErrorCodeConversionErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ConversionErrorCode[]ConversionErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.models.subscriptions with parameters of type ConversionErrorCode Modifier and Type Method Description voidConversionError. setCode(ConversionErrorCode value)Sets the error code associated with the issue.