Constructor Detail
Detail(string, string)
Additional detail about an error. This may include detailed validation failure messages, debugging information, troubleshooting steps, or more.
Declaration
[Preserve]
public Detail(string errorType = null, string message = null)
Parameters
Type | Name | Description |
---|---|---|
string | errorType | errorType param |
string | message | message param |