namespace ElectronNET.API.Entities { /// /// /// public class Error { /// /// Gets or sets the stack. /// /// /// The stack. /// public string Stack { get; set; } } }