Class FormRecognizerError
java.lang.Object
com.azure.ai.formrecognizer.models.FormRecognizerError
The FormRecognizerError model.
-
Constructor Summary
ConstructorDescriptionFormRecognizerError
(String errorCode, String message) Constructs a FormRecognizerError object. -
Method Summary
Modifier and TypeMethodDescriptionGet the code property.Get the message property.
-
Constructor Details
-
FormRecognizerError
Constructs a FormRecognizerError object.- Parameters:
errorCode
- The error code property.message
- The message property.
-
-
Method Details
-
getErrorCode
Get the code property.- Returns:
- the error code value returned by the service.
-
getMessage
Get the message property.- Returns:
- the message value returned by the service.
-