KnowledgeBaseErrorDetail Class
- java.
lang. Object - com.
azure. search. documents. knowledgebases. models. KnowledgeBaseErrorDetail
- com.
Implements
public final class KnowledgeBaseErrorDetail
implements JsonSerializable<KnowledgeBaseErrorDetail>
The error details.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Knowledge |
fromJson(JsonReader jsonReader)
Reads an instance of Knowledge |
|
List<Knowledge |
getAdditionalInfo()
Get the additional |
| String |
getCode()
Get the code property: The error code. |
|
List<Knowledge |
getDetails()
Get the details property: The error details. |
| String |
getMessage()
Get the message property: The error message. |
| String |
getTarget()
Get the target property: The error target. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static KnowledgeBaseErrorDetail fromJson(JsonReader jsonReader)
Reads an instance of KnowledgeBaseErrorDetail from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalInfo
public List<KnowledgeBaseErrorAdditionalInfo> getAdditionalInfo()
Get the additionalInfo property: The error additional info.
Returns:
getCode
public String getCode()
Get the code property: The error code.
Returns:
getDetails
public List<KnowledgeBaseErrorDetail> getDetails()
Get the details property: The error details.
Returns:
getMessage
public String getMessage()
Get the message property: The error message.
Returns:
getTarget
public String getTarget()
Get the target property: The error target.
Returns: