ArmDevCenterModelFactory.DevCenterCatalogErrorDetails(String, String) Method
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.
Catalog error details.
public static Azure.ResourceManager.DevCenter.Models.DevCenterCatalogErrorDetails DevCenterCatalogErrorDetails(string code = default, string message = default);
static member DevCenterCatalogErrorDetails : string * string -> Azure.ResourceManager.DevCenter.Models.DevCenterCatalogErrorDetails
Public Shared Function DevCenterCatalogErrorDetails (Optional code As String = Nothing, Optional message As String = Nothing) As DevCenterCatalogErrorDetails
Parameters
- code
- String
An identifier for the error.
- message
- String
A message describing the error.
Returns
A new DevCenterCatalogErrorDetails instance for mocking.