using System;
using System.Collections.Generic;
using System.Text;
namespace ReZero.SuperAPI
{
public class ErrorParameter
public string? Name { get; set; }
public string? ErrorType { get; set; }
public string? Message { get; set; }
}