Skip to content

Commit

Permalink
responses: implement all ApiCallRc fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Apr 12, 2019
1 parent 707703b commit 3743e2e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions linstor/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,18 @@ def ret_code(self):
def message(self):
return self._proto_msg.message

@property
def cause(self):
return self._proto_msg.cause

@property
def correction(self):
return self._proto_msg.correction

@property
def details(self):
return self._proto_msg.details

@property
def object_refs(self):
"""
Expand Down

0 comments on commit 3743e2e

Please sign in to comment.