java.lang.Object
com.azure.ai.documentintelligence.models.Warning

public final class Warning extends Object
The error object.
  • Method Details

    • getCode

      public String getCode()
      Get the code property: One of a server-defined set of warning codes.
      Returns:
      the code value.
    • getMessage

      public String getMessage()
      Get the message property: A human-readable representation of the warning.
      Returns:
      the message value.
    • getTarget

      public String getTarget()
      Get the target property: The target of the error.
      Returns:
      the target value.