DocumentIntelligenceErrorOutput interface   
错误对象。
属性
| code | 服务器定义的错误代码集之一。 | 
| details | 导致此报告错误的特定错误的详细信息数组。 | 
| innererror | 包含与当前对象有关错误的更具体信息的对象。 | 
| message | 错误的人工可读表示形式。 | 
| target | 错误的目标。 | 
属性详细信息
code
服务器定义的错误代码集之一。
code: string属性值
string
details
导致此报告错误的特定错误的详细信息数组。
details?: DocumentIntelligenceErrorOutput[]属性值
innererror
包含与当前对象有关错误的更具体信息的对象。
innererror?: DocumentIntelligenceInnerErrorOutput属性值
message
错误的人工可读表示形式。
message: string属性值
string
target
错误的目标。
target?: string属性值
string