PipelineJobError Constructors
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.
Overloads
PipelineJobError() |
Initializes a new instance of the PipelineJobError class. |
PipelineJobError(String, String) |
Initializes a new instance of the PipelineJobError class. |
PipelineJobError()
Initializes a new instance of the PipelineJobError class.
public PipelineJobError ();
Public Sub New ()
Applies to
PipelineJobError(String, String)
Initializes a new instance of the PipelineJobError class.
public PipelineJobError (string code = default, string message = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJobError : string * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineJobError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)
Parameters
- code
- String
The error code.
- message
- String
The error message.