public class MediaJobError extends Object
| Constructor and Description |
|---|
MediaJobError() |
| Modifier and Type | Method and Description |
|---|---|
MediaJobErrorCategory |
category()
Get helps with categorization of errors.
|
MediaJobErrorCode |
code()
Get error code describing the error.
|
List<MediaJobErrorDetail> |
details()
Get an array of details about specific errors that led to this reported error.
|
String |
message()
Get a human-readable language-dependent representation of the error.
|
MediaJobRetry |
retry()
Get indicates that it may be possible to retry the Job.
|
public MediaJobErrorCode code()
public String message()
public MediaJobErrorCategory category()
public MediaJobRetry retry()
public List<MediaJobErrorDetail> details()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/