PartnerErrorCategory Enum

  • java.lang.Object
    • java.lang.Enum
      • com.microsoft.store.partnercenter.exception.PartnerErrorCategory

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

java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String) java.lang.Enum.clone() java.lang.Enum.compareTo(E) java.lang.Enum.equals(java.lang.Object) java.lang.Enum.finalize() java.lang.Enum.getDeclaringClass() java.lang.Enum.hashCode() java.lang.Enum.name() java.lang.Enum.ordinal() java.lang.Enum.toString() java.lang.Object.getClass() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Methods

valueOf(String name)

public static PartnerErrorCategory valueOf(String name)

Parameters

name
java.lang.String

Returns

values()

public static PartnerErrorCategory[] values()

Returns

Applies to