Class Exception_BadResponseCode
Thrown when the the Dropbox server responds with an HTTP status code we
didn't expect.
-
Exception
-
Dropbox\Exception
-
Dropbox\Exception_ProtocolError
-
Dropbox\Exception_BadResponse
-
Dropbox\Exception_BadResponseCode
Methods summary
public
integer
|
#
getStatusCode( )
The HTTP status code returned by the Dropbox server.
The HTTP status code returned by the Dropbox server.
Returns
integer
|
Methods inherited from Exception
__construct(),
__toString(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|