MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / AxiosLikeError

Interface AxiosLikeError

web/app/utils/errors.ts:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24interface AxiosLikeError {
25 response?: {
26 data?: { data?: Record<string, string[]> }
27 status?: number
28 }
29}
30
31export const getErrorMessages = (error: AxiosLikeError): ErrorMessages => {
32 const errors = new ErrorMessages()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected