Skip to content

Commit

Permalink
fix: allow SDK to handle the Horde rc
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Feb 14, 2024
1 parent f443ae1 commit d417792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions horde_sdk/generic_api/apimodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ class ContainsMessageResponseMixin(BaseModel):
"""Represents any response from any Horde API which contains a message."""

message: str = ""
rc: str = ""


class RequestErrorResponse(HordeResponseBaseModel, ContainsMessageResponseMixin):
Expand Down

0 comments on commit d417792

Please sign in to comment.