FeedbackSubmissionError

class FeedbackSubmissionError(message: String, val status: Int? = null) : Exception

Thrown by transports when a submission fails. status is the HTTP status when applicable.

Constructors

Link copied to clipboard
constructor(message: String, status: Int? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
val status: Int? = null