MCPcopy Create free account
hub / github.com/dckc/rust-sqlite3 / errmsg

Method errmsg

src/core.rs:293–295  ·  view source on GitHub ↗

Return a copy of the latest error message. Return `""` in case of ill-formed utf-8 or null. TODO: represent error state in types: "If a prior API call failed but the most recent API call succeeded, the return value from sqlite3_errcode() is undefined." cf `ffi::sqlite3_errmsg`.

(&mut self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected