1/** 2 * the ut for enum, only the first member has initializer 3 */ 4export enum ErrorCode { 5 PERMISSION_DENY = 1, 6 ABILITY_NOT_FOUND, 7}
1/** 2 * the ut for enum, only the first member has initializer 3 */ 4export enum ErrorCode { 5 PERMISSION_DENY = 1, 6 ABILITY_NOT_FOUND, 7}