*Add error constants
This commit is contained in:
parent
8b17fbf3d2
commit
65b02ea1f3
|
@ -6,3 +6,6 @@ export function errorExit(msg: string): void {
|
|||
}
|
||||
|
||||
export const ERR_NOT_READY = "NOT_READY";
|
||||
export const ERR_INVALID_CHAIN = "INVALID_CHAIN";
|
||||
export const ERR_ENDPOINT_INVALID = "ENDPOINT_INVALID";
|
||||
export const ERR_METHOD_INVALID = "METHOD_INVALID";
|
||||
|
|
Loading…
Reference in New Issue