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