Class: TimeoutError

TimeoutError(request, innerException)

Error thrown when a request is not processed within the timeout

Constructor

new TimeoutError(request, innerException)

Create the exception
Parameters:
Name Type Description
request Request Request which caused the exception
innerException Object Exception from underlying HTTP library
Source: