NylasSdkTimeoutError

public final class NylasSdkTimeoutError extends AbstractNylasSdkError

Error thrown when the Nylas SDK times out before receiving a response from the server.

Parameters

url

The URL that timed out.

timeout

The timeout value set in the Nylas SDK, in seconds.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
private final Throwable cause
Link copied to clipboard
private final String message

Functions

Link copied to clipboard
public final Unit addSuppressed(Throwable p0)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public String getMessage()
Link copied to clipboard
Link copied to clipboard
public final Array<Throwable> getSuppressed()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard