class Async::Container::Notify::Client

def error!(text, **message)

@parameters message [Hash] Additional details to send with the message.
@parameters text [String] The details of the error condition.
Notify the parent controller of an error condition.
def error!(text, **message)
	send(status: text, **message)
end