Class Httperror
Httperror
Inherited Members
Namespace: Unity.Services.Apis.CloudContentDelivery
Assembly: solution.dll
Syntax
[Preserve]
public class Httperror
Constructors
Httperror(ErrorCodes?, List<string>, string)
Initializes a new instance of the Httperror class.
Declaration
[Preserve]
public Httperror(ErrorCodes? code = null, List<string> details = null, string reason = null)
Parameters
Type | Name | Description |
---|---|---|
ErrorCodes? | code | code. |
List<string> | details | details. |
string | reason | reason. |
Properties
Code
Gets or Sets Code
Declaration
[Preserve]
public ErrorCodes? Code { get; set; }
Property Value
Type | Description |
---|---|
ErrorCodes? |
Details
Gets or Sets Details
Declaration
[Preserve]
public List<string> Details { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
Reason
Gets or Sets Reason
Declaration
[Preserve]
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
string |