Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2024-05-31 15:27:27 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8236ee6bef03d500a831d92418db0720ddac63fd
8236ee6b
1 parent
f81bb29a
port error codes to iOS as well
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ios/Classes/MobileScannerErrorCodes.swift
ios/Classes/MobileScannerErrorCodes.swift
View file @
8236ee6
...
...
@@ -20,7 +20,7 @@ struct MobileScannerErrorCodes {
// because it uses the error message from the undelying error.
static
let
BARCODE_ERROR
=
"MOBILE_SCANNER_BARCODE_ERROR"
// The error code 'CAMERA_ERROR' does not have an error message,
// because it uses the error message from the underlying error.
// because it uses the error message from the underlying error.
static
let
CAMERA_ERROR
=
"MOBILE_SCANNER_CAMERA_ERROR"
static
let
GENERIC_ERROR
=
"MOBILE_SCANNER_GENERIC_ERROR"
static
let
GENERIC_ERROR_MESSAGE
=
"An unknown error occurred."
...
...
Please
register
or
login
to post a comment