/** * @Name: Activation Error Constants * @Creation Date: Sept 27, 2018 * @Author: sbaireddy * @Version: 1.0 : */ import { IKeyValue } from './modal/key.value' export const ACT_ERROR_LIST: IKeyValue[] = [ { key: '_ERR_ACTIVATION_2025', value: "Please copy order number and complete Order Lookup. Review each Line in the order for activation failure reason. Please start a new order for the Lines that failed if the failure reason can't be resolved. ErrorCode 501" }, { key: '_ERR_ACTIVATION_2001', value: 'No additional Lines can be added to this Plan. Please remove Lines or update the Plan to one that will accept the number of lines the customer is requesting to continue. ErrorCode 502.' }, { key: '_ERR_ACTIVATION_2003', value: 'There was an issue processing this order. Please start a new order. ErrorCode S503.' }, { key: '_ERR_ACTIVATION_2009', value: 'There was an issue with the Shared Plans on this Account. There cannot be multiple Shared Plans on a single Account. Please update Plan and start a new order. ErrorCode S504' }, { key: '_ERR_ACTIVATION_2011', value: 'There was an issue with activation. Do not attempt to Resume the order. Please contact Care to complete activation. ErrorCode S523.' }, { key: '_ERR_ACTIVATION_2012', value: 'No additional Lines can be added to this Plan. Please remove Lines or update the Plan to one that will accept the number of lines the customer is requesting to continue. ErrorCode S505.' }, { key: '_ERR_ACTIVATION_2016', value: 'There was an issue with the Shared Plans on this Account. There cannot be multiple Shared Plans on a single Account. Please update Plan and start a new order. ErrorCode S506.' }, { key: '_ERR_ACTIVATION_13011', value: 'There was an issue with this order. Please choose an Individual Plan or add a line and choose a Shared Plan. ErrorCode S507.' }, { key: '_ERR_ACTIVATION_23001', value: 'There was an issue selecting a number. There are none available at this time. Try selecting a different area code or try selecting again after 24 hours. ErrorCode S508.' }, { key: '_ERR_ACTIVATION_1021', value: 'This Account is suspended. Please contact Care for further assistance. ErrorCode S509' }, { key: '_ERR_ACTIVATION_13038', value: 'There was an issue with activation. Do not attempt to resume the order. Please start a new order. ErrorCode S510' }, { key: '_ERR_ACTIVATION_30005', value: 'here was an issue with the Shared Plans on this Account. There cannot be multiple Shared Plans on a single Account. Please update Plan and start a new order. ErrorCode S511' }, { key: '_ERR_ACTIVATION_13998', value: 'There was an issue with activating one or more Lines. Please copy order number and complete Order Lookup. Review each Line in the order for activation failure. Please start a new order for the Lines that failed if the failure reason can be resolved. ErrorCode S512' }, { key: '_ERR_ACTIVATION_9001', value: 'There was an issue with activation. Do not attempt to resume the order. Please start a new order. ErrorCode S513' }, { key: '_ERR_ACTIVATION_2014', value: 'There was an issue with the future dated Shared Plan on this Account. Please update Plan and start a new order. ErrorCode S514' }, { key: '_ERR_ACTIVATION_1001', value: 'There was an issue with the customer\'s address. Please verify address with customer and try again. ErrorCode S516' }, { key: '_ERR_ACTIVATION_1006', value: 'There was an issue with the Plan selected. Please update Plan and start a new order. ErrorCode S515' }, { key: '_ERR_ACTIVATION_1002', value: 'There was an issue validating the Dealer Code. Please verify Dealer Code and try again. ErrorCode S517' }, { key: '_ERR_ACTIVATION_2008', value: 'There was an issue with this order. There cannot be Individual Plans and Shared Plans on a single Account. Please update Plan and start a new order. ErrorCode S518.' }, { key: '_ERR_ACTIVATION_201020', value: 'There was an issue processing this order. Please start a new order. ErrorCode S519' }, { key: '_ERR_ACTIVATION_30001', value: 'There was an issue with activation. Do not attempt to resume the order. Please review Account for eligibility and start a new order. ErrorCode S520' }, ]