Class ServiceUnavailableError
ServiceUnavailableError model
Inherited Members
Namespace: Unity.Services.Ccd.Management.Models
Assembly: Unity.Services.Ccd.Management.dll
Syntax
[Preserve]
[DataContract(Name = "ServiceUnavailableError")]
public class ServiceUnavailableError
Constructors
ServiceUnavailableError(string, int)
Creates an instance of ServiceUnavailableError.
Declaration
[Preserve]
public ServiceUnavailableError(string title = null, int status = 0)
Parameters
Type | Name | Description |
---|---|---|
string | title | title param |
int | status | status param |
Properties
Status
Parameter status of ServiceUnavailableError
Declaration
[Preserve]
[DataMember(Name = "status", EmitDefaultValue = false)]
public int Status { get; }
Property Value
Type | Description |
---|---|
int |
Title
Parameter title of ServiceUnavailableError
Declaration
[Preserve]
[DataMember(Name = "title", EmitDefaultValue = false)]
public string Title { get; }
Property Value
Type | Description |
---|---|
string |