Uses of Class
com.microsoft.azure.eventgrid.models.MediaJobErrorCode
-
Packages that use MediaJobErrorCode Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of MediaJobErrorCode in com.microsoft.azure.eventgrid.models
Methods in com.microsoft.azure.eventgrid.models that return MediaJobErrorCode Modifier and Type Method Description MediaJobErrorCodeMediaJobError. code()Get error code describing the error.static MediaJobErrorCodeMediaJobErrorCode. fromString(String value)Parses a serialized value to a MediaJobErrorCode instance.static MediaJobErrorCodeMediaJobErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaJobErrorCode[]MediaJobErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-