简体中文
Appearance
一个表示超时的错误类。
当像 timeout 或 withTimeout 这样的操作超时时,会发生此错误。
class TimeoutError extends Error { name = 'TimeoutError', }