Skip to content

Commit

Permalink
Update sip binding
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 22, 2019
1 parent 0e4e09d commit 096bd79
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions python/server/auto_generated/qgsserverexception.sip.in
Expand Up @@ -36,13 +36,22 @@ Constructor

virtual QByteArray formatResponse( QString &responseFormat /Out/ ) const;
%Docstring
Format the exception for sending to client
Formats the exception for sending to client


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

The defaolt implementation return text/xml format.
The default implementation returns text/xml format.
%End

QByteArray formatResponse() const;
%Docstring
Formats the exception for sending to client

:return: QByteArray The formatted response.

.. versionadded:: 3.8
%End

};
Expand Down

0 comments on commit 096bd79

Please sign in to comment.