ErrorCategory 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.
ErrorCategory enums.
public readonly struct ErrorCategory : IEquatable<Azure.Compute.Batch.ErrorCategory>
type ErrorCategory = struct
Public Structure ErrorCategory
Implements IEquatable(Of ErrorCategory)
- Inheritance
-
ErrorCategory
- Implements
Constructors
ErrorCategory(String) |
Initializes a new instance of ErrorCategory. |
Properties
ServerError |
The error is due to an internal server issue. |
UserError |
The error is due to a user issue, such as misconfiguration. |
Methods
Equals(ErrorCategory) |
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
Equality(ErrorCategory, ErrorCategory) |
Determines if two ErrorCategory values are the same. |
Implicit(String to ErrorCategory) |
Converts a string to a ErrorCategory. |
Inequality(ErrorCategory, ErrorCategory) |
Determines if two ErrorCategory values are not the same. |