isTangemSdkError method

bool isTangemSdkError()

Implementation

bool isTangemSdkError() => code >= 10000 && code <= 100000;