sudoemail
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sudoemail
sudoemail
/
com.sudoplatform.sudoemail.s3
/
S3Exception
/
DownloadException
Download
Exception
class
DownloadException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
S3Exception
Exception thrown when error occurs downloading items from S3 using the TransferListener.
Members
Constructors
Download
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?