Class ServerException
Server-Exception
This exception type will be thrown by the client when the server returns an error in response to a client request.
The exception code is the HTTP status code as returned by
the server.
In case the server provides additional details
about the error, these details can be queried using the
getDetails() function.
- Exception implements Throwable
-
triagens\ArangoDb\Exception
-
triagens\ArangoDb\ServerException
Methods summary
public
string
|
|
public
|
|
public
array
|
|
public
integer
|
|
public
string
|
Methods inherited from triagens\ArangoDb\Exception
Methods inherited from Exception
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Constants summary
string |
ENTRY_CODE
Error number index |
#
'errorNum'
|
string |
ENTRY_MESSAGE
Error message index |
#
'errorMessage'
|
Properties summary
Properties inherited from Exception
$code
,
$file
,
$line
,
$message