UNPKG

vibez-core

Version:

Utilities, types and common dependencies.

9 lines (8 loc) 509 B
export const SUCCESS_CODE = 0; export const SECONDS_PER_YEAR = 31561920; export const SECONDS_PER_MONTH = 25920000; export const SECONDS_PER_WEEK = 604800; export const SECONDS_PER_DAY = 86400; export const SECONDS_PER_HOUR = 3600; export const DEFAULT_REASON = "Ups! Something went wrong and, by now, we couldn't establish the reason. Please try again! If the problem persists contact [SUPPORT_MAIL] for support. Please provide the following information in the subject of the email: Error ID [ERROR_ID].";