Class ErrorAdditionalInfo

java.lang.Object
com.azure.analytics.synapse.artifacts.models.ErrorAdditionalInfo

public final class ErrorAdditionalInfo extends Object
The resource management error additional info.
  • Constructor Details

    • ErrorAdditionalInfo

      public ErrorAdditionalInfo()
  • Method Details

    • getType

      public String getType()
      Get the type property: The additional info type.
      Returns:
      the type value.
    • getInfo

      public Object getInfo()
      Get the info property: The additional info.
      Returns:
      the info value.