Feature: hopp-cli in TypeScript (#2074)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com> Co-authored-by: liyasthomas <liyascthomas@gmail.com> Co-authored-by: Gita Alekhya Paul <gitaalekhyapaul@gmail.com>
This commit is contained in:
7
packages/hoppscotch-cli/src/utils/constants.ts
Normal file
7
packages/hoppscotch-cli/src/utils/constants.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ResponseErrorPair } from "../interfaces/response";
|
||||
|
||||
export const responseErrors: ResponseErrorPair = {
|
||||
501: "REQUEST NOT SUPPORTED",
|
||||
408: "NETWORK TIMEOUT",
|
||||
400: "BAD REQUEST",
|
||||
} as const;
|
||||
Reference in New Issue
Block a user