ErrorResponseException Class
- java.
lang. Object - RestException
- com.
microsoft. azure. cognitiveservices. search. videosearch. 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:
ErrorResponseException
public ErrorResponseException(final String message, final Response
Initializes a new instance of the ErrorResponseException class.
Parameters:
Method Details
body
public ErrorResponse body()
Applies to
Azure SDK for Java