FormRecognizerErrorInformation Class

  • java.lang.Object
    • com.azure.ai.formrecognizer.models.FormRecognizerErrorInformation

public final class FormRecognizerErrorInformation

The FormRecognizerErrorInformation model.

Constructor Summary

Constructor Description
FormRecognizerErrorInformation(String errorCode, String message)

Constructs a FormRecognizerErrorInformation object.

Method Summary

Modifier and Type Method and Description
String getErrorCode()

Get the error code property returned by the service.

String getMessage()

Get the message property returned by the service.

Methods inherited from java.lang.Object

Constructor Details

FormRecognizerErrorInformation

public FormRecognizerErrorInformation(String errorCode, String message)

Constructs a FormRecognizerErrorInformation object.

Parameters:

errorCode - the error code returned by the service.
message - the error message returned by the service

Method Details

getErrorCode

public String getErrorCode()

Get the error code property returned by the service.

Returns:

the error code property returned by the service.

getMessage

public String getMessage()

Get the message property returned by the service.

Returns:

the message property returned by the service.

Applies to