Internal Shouldn't be instantiated directly.
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.
Readonly urlThe URL that the request was made to.
Static Optional prepareOptional override for formatting stack traces
Static stackStatic captureStatic mkInternal
An error thrown when an admin 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 blocking
createDatabase.Field
url - The URL that the request was made to.
Field
timeout - The timeout that was set for the operation, in milliseconds.