sDebug

suspend fun <ERROR CLASS>.sDebug(    message: String,     throwable: Throwable? = null,     meta: Map<String, Any?> = emptyMap())
suspend fun <ERROR CLASS>.sDebug(body: <ERROR CLASS>.() -> String)