Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dahliaOS/website
/ APIError
Interface
APIError
types/types.ts:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
export
type
APIData<T = void> = T;
27
28
export
interface
APIError {
29
code: number;
30
message: string;
31
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected