appfeedback-android
Toggle table of contents
0.1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
appfeedback-android
appfeedback-android
/
com.appfeedback.core
/
FeedbackSubmissionError
Feedback
Submission
Error
class
FeedbackSubmissionError
(
message
:
String
,
val
status
:
Int
?
=
null
)
:
Exception
Thrown by transports when a submission fails.
status
is the HTTP status when applicable.
Members
Constructors
Feedback
Submission
Error
Link copied to clipboard
constructor
(
message
:
String
,
status
:
Int
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
status
Link copied to clipboard
val
status
:
Int
?
=
null