你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ErrorResponseException 类
- java.
lang. Object - RestException
- com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ErrorResponseException
- com.
public class ErrorResponseException
为包含 ErrorResponse 信息的无效响应引发的异常。
构造函数摘要
构造函数 | 说明 |
---|---|
ErrorResponseException(final String message, final Response<ResponseBody> response) |
初始化 ErrorResponseException 类的新实例。 |
ErrorResponseException(final String message, final Response<ResponseBody> response, final ErrorResponse body) |
初始化 ErrorResponseException 类的新实例。 |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
Error |
body() |
构造函数详细信息
ErrorResponseException
public ErrorResponseException(final String message, final Response
初始化 ErrorResponseException 类的新实例。
Parameters:
message
- 异常消息或响应内容(如果消息不可用)
response
- HTTP 响应
ErrorResponseException
public ErrorResponseException(final String message, final Response
初始化 ErrorResponseException 类的新实例。
Parameters:
message
- 异常消息或响应内容(如果消息不可用)
response
- HTTP 响应
body
- 反序列化的响应正文
方法详细信息
body
public ErrorResponse body()