OnQueryError

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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