adapt C# JSON type
This commit is contained in:
@@ -42,7 +42,11 @@ def delta_barth_api_error() -> str:
|
||||
|
||||
|
||||
def status_err() -> str:
|
||||
status = Status(code=102, description="internal error occurred", message="caused by test")
|
||||
status = Status(
|
||||
code=102,
|
||||
description="internal error occurred: 'Limit-Überschreitung'",
|
||||
message="caused by test",
|
||||
)
|
||||
return status.model_dump_json()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user