Freigeben über


ErrorSubCode Klasse

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum<ErrorSubCode>
      • com.microsoft.azure.cognitiveservices.search.customsearch.models.ErrorSubCode

public class ErrorSubCode

Definiert Werte für ErrorSubCode.

Feldzusammenfassung

Modifizierer und Typ Feld und Beschreibung
final ErrorSubCode AUTHORIZATION_DISABLED

Statischer Wert AuthorizationDisabled für ErrorSubCode.

final ErrorSubCode AUTHORIZATION_EXPIRED

Statischer Wert AuthorizationExpired for ErrorSubCode.

final ErrorSubCode AUTHORIZATION_MISSING

Statischer Wert AuthorizationMissing für ErrorSubCode.

final ErrorSubCode AUTHORIZATION_REDUNDANCY

Statischer Wert AuthorizationRedundancy für ErrorSubCode.

final ErrorSubCode BLOCKED

Statischer Wert Blockiert für ErrorSubCode.

final ErrorSubCode HTTP_NOT_ALLOWED

Statischer Wert HttpNotAllowed für ErrorSubCode.

final ErrorSubCode NOT_IMPLEMENTED

Statischer Wert NotImplemented für ErrorSubCode.

final ErrorSubCode PARAMETER_INVALID_VALUE

Statischer Wert ParameterInvalidValue für ErrorSubCode.

final ErrorSubCode PARAMETER_MISSING

Statischer Wert ParameterMissing für ErrorSubCode.

final ErrorSubCode RESOURCE_ERROR

Statischer Wert ResourceError für ErrorSubCode.

final ErrorSubCode UNEXPECTED_ERROR

Statischer Wert UnexpectedError für ErrorSubCode.

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
ErrorSubCode fromString(String name)

Erstellt oder findet einen ErrorSubCode aus seiner Zeichenfolgendarstellung.

Collection<ErrorSubCode> values()

Felddetails

AUTHORIZATION_DISABLED

public static final ErrorSubCode AUTHORIZATION_DISABLED= fromString("AuthorizationDisabled")

Statischer Wert AuthorizationDisabled für ErrorSubCode.

AUTHORIZATION_EXPIRED

public static final ErrorSubCode AUTHORIZATION_EXPIRED= fromString("AuthorizationExpired")

Statischer Wert AuthorizationExpired for ErrorSubCode.

AUTHORIZATION_MISSING

public static final ErrorSubCode AUTHORIZATION_MISSING= fromString("AuthorizationMissing")

Statischer Wert AuthorizationMissing für ErrorSubCode.

AUTHORIZATION_REDUNDANCY

public static final ErrorSubCode AUTHORIZATION_REDUNDANCY= fromString("AuthorizationRedundancy")

Statischer Wert AuthorizationRedundancy für ErrorSubCode.

BLOCKED

public static final ErrorSubCode BLOCKED= fromString("Blocked")

Statischer Wert Blockiert für ErrorSubCode.

HTTP_NOT_ALLOWED

public static final ErrorSubCode HTTP_NOT_ALLOWED= fromString("HttpNotAllowed")

Statischer Wert HttpNotAllowed für ErrorSubCode.

NOT_IMPLEMENTED

public static final ErrorSubCode NOT_IMPLEMENTED= fromString("NotImplemented")

Statischer Wert NotImplemented für ErrorSubCode.

PARAMETER_INVALID_VALUE

public static final ErrorSubCode PARAMETER_INVALID_VALUE= fromString("ParameterInvalidValue")

Statischer Wert ParameterInvalidValue für ErrorSubCode.

PARAMETER_MISSING

public static final ErrorSubCode PARAMETER_MISSING= fromString("ParameterMissing")

Statischer Wert ParameterMissing für ErrorSubCode.

RESOURCE_ERROR

public static final ErrorSubCode RESOURCE_ERROR= fromString("ResourceError")

Statischer Wert ResourceError für ErrorSubCode.

UNEXPECTED_ERROR

public static final ErrorSubCode UNEXPECTED_ERROR= fromString("UnexpectedError")

Statischer Wert UnexpectedError für ErrorSubCode.

Details zur Methode

fromString

public static ErrorSubCode fromString(String name)

Erstellt oder findet einen ErrorSubCode aus seiner Zeichenfolgendarstellung.

Parameters:

name - einen Namen, nach dem gesucht werden soll

Returns:

der entsprechende ErrorSubCode

values

public static Collection values()

Returns:

bekannte ErrorSubCode-Werte

Gilt für: