OnQueryError

From Onset Developer Wiki
OnQueryError

Type: Event
Context: Server
Introduced: v1.0

NOTICE

This function is provided by the official MariaDB plugin.

Description

Generic event that is called when there is a mariadb query error.

Syntax

OnQueryError(errorid, error_str, query_str, handle_id)

Example

local function OnQueryError(errorid, error_str, query_str, handle_id)

end
AddEvent("OnQueryError", OnQueryError)

See also