Documentation

ParseException extends Exception
in package

ParseException is thrown if the server has responded but client was not able to parse the response. Possible reasons could be version mismatch.The client might have to be updated to a newer version.

Table of Contents

Properties

$error_message  : string

Methods

getErrorMessage()  : string
Get the complete response content as sent by the server.

Properties

$error_message

private string $error_message

The error message sent by the server.

Methods

getErrorMessage()

Get the complete response content as sent by the server.

public getErrorMessage() : string
Return values
string

The complete response content.


        
On this page

Search results