fix external API server error parsing
This commit is contained in:
@@ -37,6 +37,10 @@ namespace dopt.DeltaBarth.DataObjects
|
||||
/// </summary>
|
||||
public string? title { get; init; }
|
||||
/// <summary>
|
||||
/// optional: zusätzliche Fehlerdetails, die vom Server ausgegeben wurden
|
||||
/// </summary>
|
||||
public Dictionary<string, List<string>>? errors { get; init; }
|
||||
/// <summary>
|
||||
/// optional: spezifischer ID (vermutlich zur Nachverfolgung) als Text, der vom Server ausgegeben wurde
|
||||
/// </summary>
|
||||
public string? traceId { get; init; }
|
||||
@@ -62,7 +66,7 @@ namespace dopt.DeltaBarth.DataObjects
|
||||
/// <summary cref="ApiServerError">
|
||||
/// optional: eventuell aufgetretener API-Server-Fehler
|
||||
/// </summary>
|
||||
public ApiServerError? apiServerError { get; init; }
|
||||
public ApiServerError? api_server_error { get; init; }
|
||||
|
||||
}
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user