You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

76 lines
5.1 KiB

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace CounsellorBL
{
public static class BaseExceptionWord
{
public const string SYS_LOG_000100 = "SYS0000100";
public const string SYS_LOG_000101 = "SYS0000101";
public const string ex000001 = "bse.info_000001";// 請輸入正確的帳號和密碼或該帳號無效 NO_MATCH_USER
public const string ex000002 = "bse.info_000002";// SESSION 新增失敗
public const string ex000003 = "bse.info_000003";// HTML FILE 不存在
public const string ex000004 = "bse.info_000004";// JS FILE 不存在
public const string ex000005 = "bse.info_000005";// 無TARGET
public const string ex000006 = "bse.info_000006";// 無TARGET DATA
public const string ex000007 = "bse.info_000007";// 無程式代碼
public const string ex000008 = "bse.info_000008";// 無角色代碼
public const string ex000009 = "bse.info_000009";// 無entitytype
public const string ex000010 = "bse.info_000010";// 無action
public const string ex000011 = "bse.info_000011";// 修改異常
public const string ex000012 = "bse.info_000012";// 刪除異常
public const string ex000013 = "bse.info_000013";// NO CONDITION
public const string ex000014 = "bse.info_000014";// 執行Cmd異常
public const string ex000015 = "bse.info_000015";// 取得使用者角色資料異常
public const string ex000016 = "bse.info_000016";// GetAdInfoByFilter異常
public const string ex000017 = "bse.info_000017";// 無此使用者
public const string ex000018 = "bse.info_000018";// Privilege異常
public const string ex000019 = "bse.info_000019";// crmCheckToken異常
public const string ex000020 = "bse.info_000020";// GetPrivilege異常
public const string ex000021 = "bse.info_000021";// GetNodeTreee異常
public const string ex000022 = "bse.info_000022";// PARAMETERERROR 參數錯誤
public const string ex000023 = "bse.info_000023";// NO THIS SESION
public const string ex000024 = "bse.info_000024";// SESSION 過期
public const string ex000025 = "bse.info_000025";// NO TOKEN
public const string ex000026 = "bse.info_000026";// NO SEARCH Mode
public const string ex000027 = "bse.info_000027";// NO RECORDIDX
public const string ex000028 = "bse.info_000028";// NO PAGEIDX
public const string ex000029 = "bse.info_000029";// NO NUMPERPAGE
public const string ex000030 = "bse.info_000030";// NO SUPPORT BLOCKS
public const string ex000031 = "bse.info_000031";// CANNOT ADD CONDITION TO COLUMN
public const string ex000032 = "bse.info_000032";// NO BLOCK
public const string ex000033 = "bse.info_000033";// NO MATCHED ENTITY
public const string ex000034 = "bse.info_000034";// MARK FAIL
public const string ex000035 = "bse.info_000035";// NO ENTITY
public const string ex000036 = "bse.info_000036";// NO INFOTYPE
public const string ex000037 = "bse.info_000037";// NO KEY
public const string ex000038 = "bse.info_000038";// CANNOT FOUND
public const string ex000039 = "bse.info_000039";// SEND SUCCESS
public const string ex000040 = "bse.info_000040";// NO MSG_TYPE
public const string ex000041 = "bse.info_000041";// NO SEVERITY
public const string ex000042 = "bse.info_000042";// NO BODY
public const string ex000043 = "bse.info_000043";// NO POLICY
public const string ex000044 = "bse.info_000044";// NO SECURE PARAMETERS
public const string ex000045 = "bse.info_000045";// security_check_zero
public const string ex000046 = "bse.info_000046";// security_check_nomatch
public const string ex000047 = "bse.info_000047";// NO INIT DATA
public const string ex000048 = "bse.info_000048";// NO ACTION IN OBJECT
public const string ex000049 = "bse.info_000049";// WRONG KEY
public const string ex000050 = "bse.info_000050";// DUPLICATE KEY 重複
public const string ex000051 = "bse.info_000051";// NO METHOD
public const string ex000052 = "bse.info_000052";// NO MATCH METHOD
public const string login001 = "login.accountorpassworderror";// 請輸入正確的帳號或密碼
public const string login002 = "login.accountinvalid";// 該帳號已失效
public const string login003 = "login.giveniplogin";// 該帳號有限制特定IP
public const string login004 = "login.accounterror";// 請輸入正確的帳號
public const string login005 = "login.oldpassworderror";// 舊密碼錯誤
public const string login006 = "login.newpasswordrepeat";// 新密碼不能設定與前三次相同
public const string login007 = "login.adnotcheck";// AD驗證人員不需要使用此功能
public const string login008 = "login.randomerror";// 驗證碼不正確
public const string login009 = "login.randominvalid";// 驗證碼已超過六小時,請重新獲取驗證碼
public const string login010 = "login.noeffectiverole";// 該帳號無有效的角色
}
}