1/** 2 * the ut for enum, all enum values is null 3 */ 4export enum ErrorCode { 5 PERMISSION_DENY, 6 ABILITY_NOT_FOUND, 7}