isUnregisteredCodeError static method

bool isUnregisteredCodeError(
  1. ApiExceptionError exception
)

Implementation

static bool isUnregisteredCodeError(ApiExceptionError exception) => exception is _UnregisteredCodeError;