Documentation

ServerException extends Exception
in package

ServerException is thrown if the report server has received the request but did not process the request due to some error.

Table of Contents

Properties

$error_code  : int
$error_message  : string

Methods

getErrorCode()  : int
Get the error code sent by the server.
getErrorMessage()  : string
Get the error message sent by the server.

Properties

$error_code

private int $error_code

The error code sent by the server.

$error_message

private string $error_message

The error message sent by the server.

Methods

getErrorCode()

Get the error code sent by the server.

public getErrorCode() : int
Return values
int

The error code.

getErrorMessage()

Get the error message sent by the server.

public getErrorMessage() : string
Return values
string

The error message.


        
On this page

Search results