class Async::Container::Notify::Console
def error!(text, **message)
@parameters text [String] The details of the error condition.
Send an error message to the console.
def error!(text, **message) send(status: text, level: :error, **message) end
def error!(text, **message) send(status: text, level: :error, **message) end