ManageEngine Analytics Plus Client APIServerException

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

Summary

Methods
Properties
Constants
getErrorMessage()
getErrorCode()
getAction()
getHTTPStatusCode()
toString()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$error_code
$error_message
$action
$HTTP_status_code
N/A

Properties

$error_code

$error_code : integer

Type

integer — The error code sent by the server.

$error_message

$error_message : string

Type

string — The error message sent by the server.

$action

$action : string

Type

string — The action to be performed over the resource specified by the uri.

$HTTP_status_code

$HTTP_status_code : integer

Type

integer — The http status code for the request.

Methods

getErrorMessage()

getErrorMessage() : string

Get the error message sent by the server.

Returns

string —

The error message.

getErrorCode()

getErrorCode() : integer

Get the error code sent by the server.

Returns

integer —

The error code.

getAction()

getAction() : string

Get The action to be performed over the resource specified by the uri.

Returns

string —

The action.

getHTTPStatusCode()

getHTTPStatusCode() : integer

Get the http status code for the request.

Returns

integer —

The http status code.

toString()

toString() : string

Get the complete response content as sent by the server.

Returns

string —

The complete response content.