APIErrorException Class
- java.
lang. Object - RestException
- com.
microsoft. azure. cognitiveservices. vision. faceapi. models. APIErrorException
- com.
public class APIErrorException
Exception thrown for an invalid response with APIError information.
Constructor Summary
Constructor | Description |
---|---|
APIErrorException(final String message, final Response<ResponseBody> response) |
Initializes a new instance of the APIErrorException class. |
APIErrorException(final String message, final Response<ResponseBody> response, final APIError body) |
Initializes a new instance of the APIErrorException class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
APIError | body() |
Constructor Details
APIErrorException
public APIErrorException(final String message, final Response
Initializes a new instance of the APIErrorException class.
Parameters:
message
- the exception message or the response content if a message is not available
response
- the HTTP response
APIErrorException
public APIErrorException(final String message, final Response
Initializes a new instance of the APIErrorException 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 APIError body()
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java