using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CloudBuilder.Core.Service { public class ExceptionData { public string StatusCode { get; set; } public string ErrMsg { get; set; } } }