class NotificatedError(val code: String, args: String) : Exception

Error that is allowed to be presented to the user and does not contain harmful information

Parameters

code

Translation file key

args

Arguments to replace in the translation

Constructors

Link copied to clipboard
constructor(code: String, vararg args: String)

Properties

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