Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/duckdb/duckdb
/ SetError
Method
SetError
src/main/capi/file_system-c.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
void SetError(const char *message) {
13
error_data = ErrorData(ExceptionType::IO, message);
14
}
15
void SetError(const std::exception &ex) {
16
error_data = ErrorData(ex);
17
}
Callers
11
duckdb_fetch_chunk
Function · 0.45
duckdb_file_system_open
Function · 0.45
duckdb_file_handle_read
Function · 0.45
duckdb_file_handle_write
Function · 0.45
duckdb_file_handle_tell
Function · 0.45
duckdb_file_handle_size
Function · 0.45
duckdb_file_handle_seek
Function · 0.45
duckdb_file_handle_sync
Function · 0.45
duckdb_file_handle_close
Function · 0.45
duckdb_pending_execute_check_state
Function · 0.45
duckdb_pending_execute_task
Function · 0.45
Calls
1
ErrorData
Class · 0.50
Tested by
no test coverage detected