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