Class InnerError
java.lang.Object
com.azure.ai.documentintelligence.models.InnerError
An object containing more specific information about the error.
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Get the code property: One of a server-defined set of error codes.Get the innererror property: Inner error.Get the message property: A human-readable representation of the error.
-
Method Details
-
getCode
Get the code property: One of a server-defined set of error codes.- Returns:
- the code value.
-
getMessage
Get the message property: A human-readable representation of the error.- Returns:
- the message value.
-
getInnererror
Get the innererror property: Inner error.- Returns:
- the innererror value.
-