Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/curveball/http-errors
/ functions
Functions
11 in github.com/curveball/http-errors
⨍
Functions
11
◇
Types & classes
86
↓ 3 callers
Function
isHttpError
(e: unknown)
src/index.ts:14
Method
constructor
(detail: string|null = null)
src/index.ts:35
Method
constructor
(detail: string|null = null, wwwAuthenticate?: AuthenticateChallenge)
src/index.ts:81
Method
constructor
(detail: string|null = null, allow?: string[])
src/index.ts:128
Method
constructor
(detail: string|null = null, proxyAuthenticate?: AuthenticateChallenge)
src/index.ts:163
Method
constructor
(detail: string|null = null, retryAfter: number|null = null)
src/index.ts:229
Method
constructor
(detail: string|null = null, retryAfter: number|null = null)
src/index.ts:359
Method
constructor
(detail: string|null = null, retryAfter: number|null = null)
src/index.ts:425
Function
isClientError
(e: Error)
src/index.ts:44
Function
isHttpProblem
(e: unknown)
src/index.ts:20
Function
isServerError
(e: Error)
src/index.ts:50