isError MethodStatic

Determine if an error object implements the LegacyITwinErrorWithNumber interface.

If the test succeeds, the type of error is coerced to T

isError<T extends LegacyITwinErrorWithNumber>(error: unknown, errorNumber?: number): error is T

@note this method does not test that the object is an instanceOf BentleyError.

Parameter Type Description
error unknown  
errorNumber number  

Returns - error is T

Defined in

Last Updated: 04 April, 2025