Class CcdHttpError
CcdHttpError model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
[Preserve]
public class CcdHttpError
Constructors
CcdHttpError(CcdErrorCodes, List<String>, String)
Creates an instance of CcdHttpError.
Declaration
[Preserve]
public CcdHttpError(CcdErrorCodes code = CcdErrorCodes._0, List<string> details = null, string reason = null)
Parameters
| Type | Name | Description |
|---|---|---|
| CcdErrorCodes | code | code param |
| List<String> | details | details param |
| String | reason | reason param |
Properties
Code
Declaration
[Preserve]
public CcdErrorCodes Code { get; }
Property Value
| Type | Description |
|---|---|
| CcdErrorCodes |
Details
Declaration
[Preserve]
public List<string> Details { get; }
Property Value
| Type | Description |
|---|---|
| List<String> |
Reason
Declaration
[Preserve]
public string Reason { get; }
Property Value
| Type | Description |
|---|---|
| String |