Class DocumentModelOperationError

java.lang.Object
com.azure.ai.formrecognizer.administration.models.DocumentModelOperationError

public final class DocumentModelOperationError extends Object
The Error information related to the document model creation or analysis operation.
  • Constructor Details

    • DocumentModelOperationError

      public DocumentModelOperationError()
  • Method Details

    • getCode

      public String getCode()
      Get the code property: Error code.
      Returns:
      the code value.
    • getMessage

      public String getMessage()
      Get the message property: Error message.
      Returns:
      the message value.
    • getTarget

      public String getTarget()
      Get the target property: Target of the error.
      Returns:
      the target value.
    • getDetails

      public List<DocumentModelOperationError> getDetails()
      Get the details property: List of detailed errors.
      Returns:
      the details value.
    • getInnerError

      public DocumentModelOperationInnerError getInnerError()
      Get the innerError property: Detailed error.
      Returns:
      the innerError value.