Skip to content

Commit 096bd79

Browse files
committedMar 22, 2019
Update sip binding
1 parent 0e4e09d commit 096bd79

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed
 

‎python/server/auto_generated/qgsserverexception.sip.in

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,22 @@ Constructor
3636

3737
virtual QByteArray formatResponse( QString &responseFormat /Out/ ) const;
3838
%Docstring
39-
Format the exception for sending to client
39+
Formats the exception for sending to client
4040

4141

42-
:return: - QByteArray the fermatted response.
42+
:return: - QByteArray The formatted response.
4343
- responseFormat: QString to store the content type of the response format.
4444

45-
The defaolt implementation return text/xml format.
45+
The default implementation returns text/xml format.
46+
%End
47+
48+
QByteArray formatResponse() const;
49+
%Docstring
50+
Formats the exception for sending to client
51+
52+
:return: QByteArray The formatted response.
53+
54+
.. versionadded:: 3.8
4655
%End
4756

4857
};

0 commit comments

Comments
 (0)
Please sign in to comment.