Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KartikLabhshetwar/foliox
/ ErrorResponse
Interface
ErrorResponse
types/api.ts:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
export
type
LinkedInResponse = LinkedInProfile;
42
43
export
interface
ErrorResponse {
44
detail: string;
45
status?: number;
46
}
47
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected