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