Uses of Class
com.microsoft.store.partnercenter.models.ApiFault
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.exception | |
| com.microsoft.store.partnercenter.models.subscriptions |
-
Uses of ApiFault in com.microsoft.store.partnercenter.exception
Methods in com.microsoft.store.partnercenter.exception that return ApiFault Modifier and Type Method Description ApiFaultPartnerException. getServiceErrorPayload()Methods in com.microsoft.store.partnercenter.exception with parameters of type ApiFault Modifier and Type Method Description voidPartnerException. setServiceErrorPayload(ApiFault value)Constructors in com.microsoft.store.partnercenter.exception with parameters of type ApiFault Constructor Description PartnerException(ApiFault apiFault, IRequestContext context)Initializes a new instance of the PartnerException class.PartnerException(ApiFault apiFault, IRequestContext context, PartnerErrorCategory errorCategory)PartnerException(ApiFault apiFault, IRequestContext context, PartnerErrorCategory errorCategory, Exception innerException) -
Uses of ApiFault in com.microsoft.store.partnercenter.models.subscriptions
Methods in com.microsoft.store.partnercenter.models.subscriptions that return types with arguments of type ApiFault Modifier and Type Method Description Iterable<ApiFault>UserLicenseError. getErrors()Method parameters in com.microsoft.store.partnercenter.models.subscriptions with type arguments of type ApiFault Modifier and Type Method Description voidUserLicenseError. setErrors(Iterable<ApiFault> value)