azure-docs-sdk-java/docs-ref-autogen/com.azure.core.amqp.excepti...

368 строки
19 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.core.amqp.exception.AmqpResponseCode"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode"
name: "AmqpResponseCode"
nameWithType: "AmqpResponseCode"
summary: "Error response codes returned from AMQP."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public enum **AmqpResponseCode**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.core.amqp.exception.AmqpResponseCode?alt=com.azure.core.amqp.exception.AmqpResponseCode&text=AmqpResponseCode\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.ACCEPTED"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.ACCEPTED"
name: "ACCEPTED"
nameWithType: "AmqpResponseCode.ACCEPTED"
summary: "ACCEPTED."
desc: "ACCEPTED."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.AMBIGUOUS"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.AMBIGUOUS"
name: "AMBIGUOUS"
nameWithType: "AmqpResponseCode.AMBIGUOUS"
summary: "AMBIGUOUS."
desc: "AMBIGUOUS."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.BAD_GATEWAY"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.BAD_GATEWAY"
name: "BAD_GATEWAY"
nameWithType: "AmqpResponseCode.BAD_GATEWAY"
summary: "BAD\\_GATEWAY."
desc: "BAD\\_GATEWAY."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.BAD_REQUEST"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.BAD_REQUEST"
name: "BAD_REQUEST"
nameWithType: "AmqpResponseCode.BAD_REQUEST"
summary: "BAD\\_REQUEST."
desc: "BAD\\_REQUEST."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.CONFLICT"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.CONFLICT"
name: "CONFLICT"
nameWithType: "AmqpResponseCode.CONFLICT"
summary: "CONFLICT."
desc: "CONFLICT."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.CONTINUE"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.CONTINUE"
name: "CONTINUE"
nameWithType: "AmqpResponseCode.CONTINUE"
summary: "CONTINUE."
desc: "CONTINUE."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.CREATED"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.CREATED"
name: "CREATED"
nameWithType: "AmqpResponseCode.CREATED"
summary: "CREATED."
desc: "CREATED."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.EXPECTATION_FAILED"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.EXPECTATION_FAILED"
name: "EXPECTATION_FAILED"
nameWithType: "AmqpResponseCode.EXPECTATION_FAILED"
summary: "EXPECTATION\\_FAILED."
desc: "EXPECTATION\\_FAILED."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.FORBIDDEN"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.FORBIDDEN"
name: "FORBIDDEN"
nameWithType: "AmqpResponseCode.FORBIDDEN"
summary: "FORBIDDEN."
desc: "FORBIDDEN."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.FOUND"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.FOUND"
name: "FOUND"
nameWithType: "AmqpResponseCode.FOUND"
summary: "FOUND."
desc: "FOUND."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.GATEWAY_TIMEOUT"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.GATEWAY_TIMEOUT"
name: "GATEWAY_TIMEOUT"
nameWithType: "AmqpResponseCode.GATEWAY_TIMEOUT"
summary: "GATEWAY\\_TIMEOUT."
desc: "GATEWAY\\_TIMEOUT."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.GONE"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.GONE"
name: "GONE"
nameWithType: "AmqpResponseCode.GONE"
summary: "GONE."
desc: "GONE."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.HTTP_VERSION_NOT_SUPPORTED"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.HTTP_VERSION_NOT_SUPPORTED"
name: "HTTP_VERSION_NOT_SUPPORTED"
nameWithType: "AmqpResponseCode.HTTP_VERSION_NOT_SUPPORTED"
summary: "HTTP\\_VERSION\\_NOT\\_SUPPORTED."
desc: "HTTP\\_VERSION\\_NOT\\_SUPPORTED."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.INTERNAL_SERVER_ERROR"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.INTERNAL_SERVER_ERROR"
name: "INTERNAL_SERVER_ERROR"
nameWithType: "AmqpResponseCode.INTERNAL_SERVER_ERROR"
summary: "INTERNAL\\_SERVER\\_ERROR."
desc: "INTERNAL\\_SERVER\\_ERROR."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.LENGTH_REQUIRED"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.LENGTH_REQUIRED"
name: "LENGTH_REQUIRED"
nameWithType: "AmqpResponseCode.LENGTH_REQUIRED"
summary: "LENGTH\\_REQUIRED."
desc: "LENGTH\\_REQUIRED."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.METHOD_NOT_ALLOWED"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.METHOD_NOT_ALLOWED"
name: "METHOD_NOT_ALLOWED"
nameWithType: "AmqpResponseCode.METHOD_NOT_ALLOWED"
summary: "METHOD\\_NOT\\_ALLOWED."
desc: "METHOD\\_NOT\\_ALLOWED."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.MOVED"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.MOVED"
name: "MOVED"
nameWithType: "AmqpResponseCode.MOVED"
summary: "MOVED."
desc: "MOVED."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.MOVED_PERMANENTLY"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.MOVED_PERMANENTLY"
name: "MOVED_PERMANENTLY"
nameWithType: "AmqpResponseCode.MOVED_PERMANENTLY"
summary: "MOVED\\_PERMANENTLY."
desc: "MOVED\\_PERMANENTLY."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.MULTIPLE_CHOICES"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.MULTIPLE_CHOICES"
name: "MULTIPLE_CHOICES"
nameWithType: "AmqpResponseCode.MULTIPLE_CHOICES"
summary: "MULTIPLE\\_CHOICES."
desc: "MULTIPLE\\_CHOICES."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.NON_AUTHORITATIVE_INFORMATION"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.NON_AUTHORITATIVE_INFORMATION"
name: "NON_AUTHORITATIVE_INFORMATION"
nameWithType: "AmqpResponseCode.NON_AUTHORITATIVE_INFORMATION"
summary: "NON\\_AUTHORITATIVE\\_INFORMATION."
desc: "NON\\_AUTHORITATIVE\\_INFORMATION."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.NOT_ACCEPTABLE"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.NOT_ACCEPTABLE"
name: "NOT_ACCEPTABLE"
nameWithType: "AmqpResponseCode.NOT_ACCEPTABLE"
summary: "NOT\\_ACCEPTABLE."
desc: "NOT\\_ACCEPTABLE."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.NOT_FOUND"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.NOT_FOUND"
name: "NOT_FOUND"
nameWithType: "AmqpResponseCode.NOT_FOUND"
summary: "NOT\\_FOUND."
desc: "NOT\\_FOUND."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.NOT_IMPLEMENTED"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.NOT_IMPLEMENTED"
name: "NOT_IMPLEMENTED"
nameWithType: "AmqpResponseCode.NOT_IMPLEMENTED"
summary: "NOT\\_IMPLEMENTED."
desc: "NOT\\_IMPLEMENTED."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.NOT_MODIFIED"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.NOT_MODIFIED"
name: "NOT_MODIFIED"
nameWithType: "AmqpResponseCode.NOT_MODIFIED"
summary: "NOT\\_MODIFIED."
desc: "NOT\\_MODIFIED."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.NO_CONTENT"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.NO_CONTENT"
name: "NO_CONTENT"
nameWithType: "AmqpResponseCode.NO_CONTENT"
summary: "NO\\_CONTENT."
desc: "NO\\_CONTENT."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.OK"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.OK"
name: "OK"
nameWithType: "AmqpResponseCode.OK"
summary: "OK."
desc: "OK."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.PARTIAL_CONTENT"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.PARTIAL_CONTENT"
name: "PARTIAL_CONTENT"
nameWithType: "AmqpResponseCode.PARTIAL_CONTENT"
summary: "PARTIAL\\_CONTENT."
desc: "PARTIAL\\_CONTENT."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.PAYMENT_REQUIRED"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.PAYMENT_REQUIRED"
name: "PAYMENT_REQUIRED"
nameWithType: "AmqpResponseCode.PAYMENT_REQUIRED"
summary: "PAYMENT\\_REQUIRED."
desc: "PAYMENT\\_REQUIRED."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.PRECONDITION_FAILED"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.PRECONDITION_FAILED"
name: "PRECONDITION_FAILED"
nameWithType: "AmqpResponseCode.PRECONDITION_FAILED"
summary: "PRECONDITION\\_FAILED."
desc: "PRECONDITION\\_FAILED."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.PROXY_AUTHENTICATION_REQUIRED"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.PROXY_AUTHENTICATION_REQUIRED"
name: "PROXY_AUTHENTICATION_REQUIRED"
nameWithType: "AmqpResponseCode.PROXY_AUTHENTICATION_REQUIRED"
summary: "PROXY\\_AUTHENTICATION\\_REQUIRED."
desc: "PROXY\\_AUTHENTICATION\\_REQUIRED."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.REDIRECT"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.REDIRECT"
name: "REDIRECT"
nameWithType: "AmqpResponseCode.REDIRECT"
summary: "REDIRECT."
desc: "REDIRECT."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.REDIRECT_KEEP_VERB"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.REDIRECT_KEEP_VERB"
name: "REDIRECT_KEEP_VERB"
nameWithType: "AmqpResponseCode.REDIRECT_KEEP_VERB"
summary: "REDIRECT\\_KEEP\\_VERB."
desc: "REDIRECT\\_KEEP\\_VERB."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.REDIRECT_METHOD"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.REDIRECT_METHOD"
name: "REDIRECT_METHOD"
nameWithType: "AmqpResponseCode.REDIRECT_METHOD"
summary: "REDIRECT\\_METHOD."
desc: "REDIRECT\\_METHOD."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.REQUESTED_RANGE_NOT_SATISFIABLE"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.REQUESTED_RANGE_NOT_SATISFIABLE"
name: "REQUESTED_RANGE_NOT_SATISFIABLE"
nameWithType: "AmqpResponseCode.REQUESTED_RANGE_NOT_SATISFIABLE"
summary: "REQUESTED\\_RANGE\\_NOT\\_SATISFIABLE."
desc: "REQUESTED\\_RANGE\\_NOT\\_SATISFIABLE."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.REQUEST_ENTITY_TOO_LARGE"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.REQUEST_ENTITY_TOO_LARGE"
name: "REQUEST_ENTITY_TOO_LARGE"
nameWithType: "AmqpResponseCode.REQUEST_ENTITY_TOO_LARGE"
summary: "REQUEST\\_ENTITY\\_TOO\\_LARGE."
desc: "REQUEST\\_ENTITY\\_TOO\\_LARGE."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.REQUEST_TIMEOUT"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.REQUEST_TIMEOUT"
name: "REQUEST_TIMEOUT"
nameWithType: "AmqpResponseCode.REQUEST_TIMEOUT"
summary: "REQUEST\\_TIMEOUT."
desc: "REQUEST\\_TIMEOUT."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.REQUEST_URI_TOO_LONG"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.REQUEST_URI_TOO_LONG"
name: "REQUEST_URI_TOO_LONG"
nameWithType: "AmqpResponseCode.REQUEST_URI_TOO_LONG"
summary: "REQUEST\\_URI\\_TOO\\_LONG."
desc: "REQUEST\\_URI\\_TOO\\_LONG."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.RESET_CONTENT"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.RESET_CONTENT"
name: "RESET_CONTENT"
nameWithType: "AmqpResponseCode.RESET_CONTENT"
summary: "RESET\\_CONTENT."
desc: "RESET\\_CONTENT."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.SEE_OTHER"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.SEE_OTHER"
name: "SEE_OTHER"
nameWithType: "AmqpResponseCode.SEE_OTHER"
summary: "SEE\\_OTHER."
desc: "SEE\\_OTHER."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.SERVICE_UNAVAILABLE"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.SERVICE_UNAVAILABLE"
name: "SERVICE_UNAVAILABLE"
nameWithType: "AmqpResponseCode.SERVICE_UNAVAILABLE"
summary: "SERVICE\\_UNAVAILABLE."
desc: "SERVICE\\_UNAVAILABLE."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.SWITCHING_PROTOCOLS"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.SWITCHING_PROTOCOLS"
name: "SWITCHING_PROTOCOLS"
nameWithType: "AmqpResponseCode.SWITCHING_PROTOCOLS"
summary: "SWITCHING\\_PROTOCOLS."
desc: "SWITCHING\\_PROTOCOLS."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.TEMPORARY_REDIRECT"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.TEMPORARY_REDIRECT"
name: "TEMPORARY_REDIRECT"
nameWithType: "AmqpResponseCode.TEMPORARY_REDIRECT"
summary: "TEMPORARY\\_REDIRECT."
desc: "TEMPORARY\\_REDIRECT."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.UNAUTHORIZED"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.UNAUTHORIZED"
name: "UNAUTHORIZED"
nameWithType: "AmqpResponseCode.UNAUTHORIZED"
summary: "UNAUTHORIZED."
desc: "UNAUTHORIZED."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.UNSUPPORTED_MEDIA_TYPE"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.UNSUPPORTED_MEDIA_TYPE"
name: "UNSUPPORTED_MEDIA_TYPE"
nameWithType: "AmqpResponseCode.UNSUPPORTED_MEDIA_TYPE"
summary: "UNSUPPORTED\\_MEDIA\\_TYPE."
desc: "UNSUPPORTED\\_MEDIA\\_TYPE."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.UNUSED"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.UNUSED"
name: "UNUSED"
nameWithType: "AmqpResponseCode.UNUSED"
summary: "UNUSED."
desc: "UNUSED."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.UPGRADE_REQUIRED"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.UPGRADE_REQUIRED"
name: "UPGRADE_REQUIRED"
nameWithType: "AmqpResponseCode.UPGRADE_REQUIRED"
summary: "UPGRADE\\_REQUIRED."
desc: "UPGRADE\\_REQUIRED."
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.USE_PROXY"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.USE_PROXY"
name: "USE_PROXY"
nameWithType: "AmqpResponseCode.USE_PROXY"
summary: "USE\\_PROXY."
desc: "USE\\_PROXY."
methods:
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.fromValue(int)"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.fromValue(int value)"
name: "fromValue(int value)"
nameWithType: "AmqpResponseCode.fromValue(int value)"
summary: "Creates an Amqp<wbr>Response<wbr>Code for the provided integer `value`."
modifiers:
- "static"
parameters:
- description: "The integer value representing an error code."
name: "value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static AmqpResponseCode fromValue(int value)"
desc: "Creates an AmqpResponseCode for the provided integer `value`."
returns:
description: "The corresponding AmqpResponseCode for the provided value, or <code>null</code> if no matching response code\n is found."
type: "<xref href=\"com.azure.core.amqp.exception.AmqpResponseCode?alt=com.azure.core.amqp.exception.AmqpResponseCode&text=AmqpResponseCode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.getValue()"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.getValue()"
name: "getValue()"
nameWithType: "AmqpResponseCode.getValue()"
summary: "Gets the integer value of the Amqp<wbr>Response<wbr>Code"
syntax: "public int getValue()"
desc: "Gets the integer value of the AmqpResponseCode"
returns:
description: "The integer value of the AmqpResponseCode"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.valueOf(java.lang.String)"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "AmqpResponseCode.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static AmqpResponseCode valueOf(String name)"
returns:
type: "<xref href=\"com.azure.core.amqp.exception.AmqpResponseCode?alt=com.azure.core.amqp.exception.AmqpResponseCode&text=AmqpResponseCode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.amqp.exception.AmqpResponseCode.values()"
fullName: "com.azure.core.amqp.exception.AmqpResponseCode.values()"
name: "values()"
nameWithType: "AmqpResponseCode.values()"
modifiers:
- "static"
syntax: "public static AmqpResponseCode[] values()"
returns:
type: "<xref href=\"com.azure.core.amqp.exception.AmqpResponseCode?alt=com.azure.core.amqp.exception.AmqpResponseCode&text=AmqpResponseCode\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Error response codes returned from AMQP."
metadata: {}
package: "com.azure.core.amqp.exception"
artifact: com.azure:azure-core-amqp:2.9.9