ReportSenderException

This exception is thrown when an error occurred while sending crash data in a ReportSender implementation.

Author

Kevin Gaudin

Constructors

Link copied to clipboard
constructor(detailMessage: String?, throwable: Throwable?)

Creates a new ReportSenderException instance. You can provide a detailed message to explain what went wrong.

constructor(detailMessage: String?)

Creates a new ReportSenderException instance. You can provide a detailed message to explain what went wrong.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard