add changes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace server.Models
|
||||
{
|
||||
public class ErrorResponse
|
||||
{
|
||||
public string Error { get; set; }
|
||||
|
||||
public ErrorResponse(string error)
|
||||
{
|
||||
Error = error;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user