PartnerErrorCategory Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. store. partnercenter. exception. PartnerErrorCategory
- com.
- java.
public enum PartnerErrorCategory extends Enum<PartnerErrorCategory>
Fields
| ALREADY_EXISTS |
The resource already exists. |
| BAD_INPUT |
The error was due to bad inputs from the user. |
| FORBIDDEN |
The operation was not granted to the caller. |
| INVALID_OPERATION |
The requested operation is invalid. |
| NOT_FOUND |
The resource was not found. |
| NOT_SPECIFIED |
Defines the error categories of the partner SDK. |
| REQUEST_PARSING |
The partner service request body could not be parsed according to the preset expectation. |
| RESPONSE_PARSING |
The partner service response could not be parsed according to the preset expectation. |
| SERVER_BUSY |
The partner service is overloaded currently. |
| SERVER_ERROR |
The partner service failed to process the request. |
| TIMEOUT |
The partner service did not respond in a timely manner. |
| UNAUTHORIZED |
The user is not authorized to perform the requested action. |
Inherited Members
Methods
valueOf(String name)
public static PartnerErrorCategory valueOf(String name)
Parameters
- name
- java.lang.String