UNPKG

undedoloremque

Version:
13 lines (10 loc) 403 B
export const EMPTY_STRING_SHA256 = 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'; export const NORMAL_ERROR_CODE = 404; export const METHOD_GET = 'GET'; export const METHOD_POST = 'POST'; export const METHOD_PUT = 'PUT'; // SPECIAL ERROR CODE export const SP_NOT_AVAILABLE_ERROR_CODE = 429; // SPECIAL ERROR MESSAGE export const SP_NOT_AVAILABLE_ERROR_MSG = 'SP not available';