[][src]Macro pgx::error

macro_rules! error {
    () => { ... };
    ($msg:expr) => { ... };
    ($msg:expr,) => { ... };
    ($fmt:expr, $($arg:tt)+) => { ... };
}

Log to Postgres' error log level. This will abort the current Postgres transaction.