Constructor HttpError
HttpError(ErrorCodes, List<string>, string)
Creates an instance of HttpError.
Declaration
[Preserve]
public HttpError(ErrorCodes code = (ErrorCodes)0, List<string> details = null, string reason = null)
Parameters
Type | Name | Description |
---|---|---|
ErrorCodes | code | code param |
List<string> | details | details param |
string | reason | reason param |