Class InnerError

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

public final class InnerError extends Object
An object containing more specific information about the error.
  • Method Details

    • getCode

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

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

      public InnerError getInnererror()
      Get the innererror property: Inner error.
      Returns:
      the innererror value.