feat: Modelle für die Antwort auf die Dokumentenerstellung in DocumentsRouteService hinzugefügt
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using WindreamHub.Legacy.Client.Models.Shared;
|
||||
|
||||
namespace WindreamHub.Legacy.Client.Models.Documents.Response
|
||||
{
|
||||
public class Error
|
||||
{
|
||||
public ErrorItem Item { get; set; }
|
||||
public string Message { get; set; }
|
||||
public int ErrorCode { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user