AcrErrorInfo 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
AcrErrorInfo() | |
AcrErrorInfo(String, String, Object) |
AcrErrorInfo()
AcrErrorInfo(String, String, Object)
- Source:
- AcrErrorInfo.cs
public AcrErrorInfo (string code = default, string message = default, object detail = default);
new Microsoft.Azure.ContainerRegistry.Models.AcrErrorInfo : string * string * obj -> Microsoft.Azure.ContainerRegistry.Models.AcrErrorInfo
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional detail As Object = Nothing)
Parameters
- code
- String
- message
- String
- detail
- Object