Internal Should not be instantiated by the user.
Optional stackReadonly timedRepresents which timeouts timed out (e.g. 'requestTimeoutMs', 'tableAdminTimeoutMs', the provided timeout, etc.)
Readonly timeoutThe timeout that was set for the operation, in milliseconds.
Static Optional prepareOptional override for formatting stack traces
Static stackStatic captureStatic mkInternal
Overview
An error thrown when a Data API operation timed out.
Depending on the method, this may be a request timeout occurring during a specific HTTP request, or can happen over the course of a method involving several requests in a row, such as a paginated
insertMany.See
TimeoutDescriptor