Uses of Class
com.microsoft.store.partnercenter.exception.PartnerErrorCategory
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.exception |
-
Uses of PartnerErrorCategory in com.microsoft.store.partnercenter.exception
Methods in com.microsoft.store.partnercenter.exception that return PartnerErrorCategory Modifier and Type Method Description PartnerErrorCategoryPartnerException. getErrorCategory()static PartnerErrorCategoryPartnerErrorCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static PartnerErrorCategory[]PartnerErrorCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.exception with parameters of type PartnerErrorCategory Modifier and Type Method Description voidPartnerException. setErrorCategory(PartnerErrorCategory value)Constructors in com.microsoft.store.partnercenter.exception with parameters of type PartnerErrorCategory Constructor Description PartnerException(ApiFault apiFault, IRequestContext context, PartnerErrorCategory errorCategory)PartnerException(ApiFault apiFault, IRequestContext context, PartnerErrorCategory errorCategory, Exception innerException)PartnerException(String message, IRequestContext context, PartnerErrorCategory errorCategory)Initializes a new instance of the PartnerException class.PartnerException(String message, IRequestContext context, PartnerErrorCategory errorCategory, Exception innerException)Initializes a new instance of the PartnerException class.