Fix apiErrors constant

Error 12 is 'UNIMPLEMENTED' and not 'OUT_OF_RANGE'.

Change-Id: Ia45cab505b0f5cb5884e1d3384be8b4bd4cb91ad
diff --git a/src/common/api.js b/src/common/api.js
index 29ecc3c..16385a9 100644
--- a/src/common/api.js
+++ b/src/common/api.js
@@ -13,7 +13,7 @@
   9: 'FAILED_PRECONDITION',
   10: 'ABORTED',
   11: 'OUT_OF_RANGE',
-  12: 'OUT_OF_RANGE',
+  12: 'UNIMPLEMENTED',
   13: 'INTERNAL',
   14: 'UNAVAILABLE',
   15: 'DATA_LOSS',