SystemaErrorEvent

data class SystemaErrorEvent(type: String?, payload: Throwable, createdAt: Instant)

Properties

createdAt
Link copied to clipboard
common
val createdAt: Instant
payload
Link copied to clipboard
common
val payload: Throwable
type
Link copied to clipboard
common
val type: String?