Exception

@Serializable
data class Exception(val message: String?, val severity: Exception.Severity, val cause: String, val causeStackTrace: String) : LoadResult.Data

Constructors

Link copied to clipboard
constructor(message: String?, severity: Exception.Severity, cause: String, causeStackTrace: String)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@Serializable
enum Severity : Enum<Exception.Severity>

Severity levels for FriendlyException

Properties

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