Class MediaJobErrorDetail

java.lang.Object
com.azure.messaging.eventgrid.systemevents.MediaJobErrorDetail

public final class MediaJobErrorDetail extends Object
Details of JobOutput errors.
  • Constructor Details

    • MediaJobErrorDetail

      public MediaJobErrorDetail()
  • Method Details

    • getCode

      public String getCode()
      Get the code property: Code describing the error detail.
      Returns:
      the code value.
    • getMessage

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