CreateErrorRequest public class CreateErrorRequest Documentation public string FullError { get; set; } public string Message { get; set; } public bool? SendNotification { get; set; } public string Server { get; set; } public string Source { get; set; } public string StepsToReproduce { get; set; } public string URL { get; set; } public ObjectIdentifier Workspace { get; set; } public CreateErrorRequest()