跳转到主要内容
注意: 此页面尚未翻译成中文。以下内容为英文原版。
Returns true if the error matches an error thrown by quais that matches the error code. In TypeScript environments, this can be used to check that error matches an quaisError type, which means the expected properties will be set.

Type parameters

Parameters

ParameterType
errorany
codeK

Returns

error is T

Example

See

ErrorCodes

Source

utils/errors.ts:664