Skip to content

Commit

Permalink
chore(barcode-scanning): update error message for missing Google Barc…
Browse files Browse the repository at this point in the history
…ode Scanner Module (#163)
  • Loading branch information
robingenz authored Jun 28, 2024
1 parent 9190bc8 commit 0587244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class BarcodeScannerPlugin extends Plugin {
public static final String ERROR_ZOOM_RATIO_MISSING = "zoomRatio must be provided.";
public static final String ERROR_NO_ACTIVE_SCAN_SESSION = "There is no active scan session.";
public static final String ERROR_GOOGLE_BARCODE_SCANNER_MODULE_NOT_AVAILABLE =
"The Google Barcode Scanner Module is not available. You must install it first.";
"The Google Barcode Scanner Module is not available. You must install it first using the installGoogleBarcodeScannerModule method.";
public static final String ERROR_GOOGLE_BARCODE_SCANNER_MODULE_ALREADY_INSTALLED =
"The Google Barcode Scanner Module is already installed.";
public static final String ERROR_PERMISSION_DENIED = "User denied access to camera.";
Expand Down

0 comments on commit 0587244

Please sign in to comment.