PartnerErrorCategory Enum

Definition

Defines the error categories of the partner SDK.

public enum PartnerErrorCategory
type PartnerErrorCategory = 
Public Enum PartnerErrorCategory
Inheritance
PartnerErrorCategory

Fields

AlreadyExists 6

The resource already exists.

BadInput 1

The error was due to bad inputs from the user.

Forbidden 3

The operation was not granted to the caller.

GatewayTimeout 11

The partner service did not respond in a timely manner.

InvalidOperation 7

The requested operation is invalid.

NotFound 4

The resource was not found.

NotSpecified 0

Unknown error type.

RequestTimeout 10

The server wants to shut down this connection.

ResponseParsing 12

The partner service response could not be parsed according to the preset expectation.

ServerBusy 9

The partner service is overloaded currently.

ServerError 8

The partner service failed to process the request.

TooManyRequests 13

There have been too many requests in a given amount of time.

Unauthorized 2

The user is not authorized to perform the requested action.

UnsupportedDataFormat 5

The requested data format is unsupported.

Applies to