You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Optional title field in response JSON. When null, actual error message is used.
/// </summary>
public string? Title { get; set; } = null;
/// <summary>
/// Details: Optional details field in response JSON. When null, PostgreSQL Error Code is used.
/// </summary>
public string? Details { get; set; } = null;
/// <summary>
/// Optional types field in response JSON. A URI reference [RFC3986] that identifies the problem type. St to null to use default. Or RemoveTypeUrl to true to disable.