isEndstateError(value: unknown): value is EndstateError
isEndstateError<C extends ErrorCode>(value: unknown, ...codes: C[]): value is EndstateApiError & {
Example
if (isEndstateError(error, "chip.already_scanned")) askForFreshTap();
True for any error this package threw. Use it to log requestId.