MediaJobErrorCategory Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helps with categorization of errors.
public readonly struct MediaJobErrorCategory : IEquatable<Azure.ResourceManager.Media.Models.MediaJobErrorCategory>
type MediaJobErrorCategory = struct
Public Structure MediaJobErrorCategory
Implements IEquatable(Of MediaJobErrorCategory)
- Inheritance
-
MediaJobErrorCategory
- Implements
Constructors
| Name | Description |
|---|---|
| MediaJobErrorCategory(String) |
Initializes a new instance of MediaJobErrorCategory. |
Properties
| Name | Description |
|---|---|
| Account |
The error is related to account information. |
| Configuration |
The error is configuration related. |
| Content |
The error is related to data in the input files. |
| Download |
The error is download related. |
| Service |
The error is service related. |
| Upload |
The error is upload related. |
Methods
| Name | Description |
|---|---|
| Equals(MediaJobErrorCategory) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(MediaJobErrorCategory, MediaJobErrorCategory) |
Determines if two MediaJobErrorCategory values are the same. |
| Implicit(String to MediaJobErrorCategory) |
Converts a string to a MediaJobErrorCategory. |
| Inequality(MediaJobErrorCategory, MediaJobErrorCategory) |
Determines if two MediaJobErrorCategory values are not the same. |