Openmaize v0.16.1 Openmaize.Report

This module provides error and info messages and handles redirects if the option redirects is set to true.

If you are using Phoenix, then the error and info messages will be sent to phoenix_flash to be shown in the web browser.

Summary

Functions

Send a message for a user with no role

Send a message for a user with a specific role

Functions

put_message(conn, message, bool)

Send a message for a user with no role.

put_message(conn, role, message, bool)

Send a message for a user with a specific role.