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