ErrorResponseException Class
- java.
lang. Object - RestException
- com.
microsoft. azure. cognitiveservices. search. websearch. models. ErrorResponseException
- com.
public class ErrorResponseException
Exception thrown for an invalid response with ErrorResponse information.
Constructor Summary
Constructor | Description |
---|---|
ErrorResponseException(final String message, final Response<ResponseBody> response) |
Initializes a new instance of the ErrorResponseException class. |
ErrorResponseException(final String message, final Response<ResponseBody> response, final ErrorResponse body) |
Initializes a new instance of the ErrorResponseException class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Error |
body() |
Constructor Details
ErrorResponseException
public ErrorResponseException(final String message, final Response
Initializes a new instance of the ErrorResponseException class.
Parameters:
message
- the exception message or the response content if a message is not available
response
- the HTTP response
ErrorResponseException
public ErrorResponseException(final String message, final Response
Initializes a new instance of the ErrorResponseException class.
Parameters:
message
- the exception message or the response content if a message is not available
response
- the HTTP response
body
- the deserialized response body
Method Details
body
public ErrorResponse body()
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java