Class ServiceUnavailableError
ServiceUnavailableError model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
public class ServiceUnavailableError : object
Constructors
ServiceUnavailableError(String, Int32)
Creates an instance of ServiceUnavailableError.
Declaration
public ServiceUnavailableError(string title = null, int status = null)
Parameters
Type | Name | Description |
---|---|---|
String | title | title param |
Int32 | status | status param |
Properties
Status
Declaration
public int Status { get; }
Property Value
Type | Description |
---|---|
Int32 |
Title
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
String |