Raised when a prepared statement tries to be executed and the provided prepared statement ID is not known by this host

Note
Seeing this error can be considered a Ruby Driver bug as it should handle automatic re-preparing internally.
See Also:

Inherits

StandardError

Includes

Methods

id

Returns prepared statement id that triggered the error

Returns:
Type Details
String prepared statement id that triggered the error