Provides a way to store errors from a response
public class ErrorResponse
ErrorResponse
Initializes a new instance of the ErrorResponse class.
ErrorResponse(Dictionary<string, object?>?)Initializes a new instance of the ErrorResponse class using the specified values.
public ErrorResponse(Dictionary<string, object?>? responseValue)
Parameters
responseValue
Dictionary<string, object>
A Dictionary<TKey, TValue> containing names and values of the properties of this ErrorResponse.
Gets or sets the class name that threw the error
public string? ClassName { get; }
Property Value
Gets or sets the message from the response
public string Message { get; }
Property Value
Gets or sets the screenshot of the error
public string? Screenshot { get; }
Property Value
Gets or sets the stack trace of the error
public StackTraceElement[]? StackTrace { get; }
Property Value
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4