Android Scanbot Barcode SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot Barcode SDK API reference
Android Scanbot Barcode SDK API reference
/
io.scanbot.sdk.exceptions.files.blobManager
/
BlobsException
Blobs
Exception
open
class
BlobsException
(
val
message
:
String
?
)
:
IOException
Thrown when there is a problems of accessing blobs
Members
Constructors
Blobs
Exception
Link copied to clipboard
constructor
(
message
:
String
?
)
Properties
message
Link copied to clipboard
open
override
val
message
:
String
?