MediaJobErrorDetail Class

  • java.lang.Object
    • com.microsoft.azure.eventgrid.models.MediaJobErrorDetail

public class MediaJobErrorDetail

Details of JobOutput errors.

Constructor Summary

Constructor Description
MediaJobErrorDetail()

Method Summary

Modifier and Type Method and Description
java.lang.String code()

Get code describing the error detail.

java.lang.String message()

Get a human-readable representation of the error.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

MediaJobErrorDetail

public MediaJobErrorDetail()

Method Details

code

public String code()

Get code describing the error detail.

Returns:

the code value

message

public String message()

Get a human-readable representation of the error.

Returns:

the message value

Applies to

Azure SDK for Java

Latest