AppErrorCodes class

รหัสข้อผิดพลาดของไคลเอ็นต์แอปและข้อความเริ่มต้น

ลายเซ็น:

export declare class AppErrorCodes 

พร็อพเพอร์ตี้

พร็อพเพอร์ตี้ คีย์ตัวปรับแต่ง ประเภท คำอธิบาย
APP_ถูกลบ static string
แอปซ้ำ static string
ข้อผิดพลาดภายใน static string
ชื่อแอปไม่ถูกต้อง static string
ตัวเลือกแอปไม่ถูกต้อง static string
อาร์กิวเมนต์ไม่ถูกต้อง static string
ข้อมูลเข้าสู่ระบบไม่ถูกต้อง static string
ข้อผิดพลาดของเครือข่าย static string
หมดเวลาของเครือข่าย static string
ไม่มีแอป static string
ไม่สามารถแยกพาร์ส static string

AppErrorCodes.APP_DELETED

ลายเซ็น:

static APP_DELETED: string;

AppErrorCodes.DUPLICATE_APP

ลายเซ็น:

static DUPLICATE_APP: string;

AppErrorCodes.INTERNAL_ERROR

ลายเซ็น:

static INTERNAL_ERROR: string;

AppErrorCodes.INVALID_APP_NAME

ลายเซ็น:

static INVALID_APP_NAME: string;

AppErrorCodes.INVALID_APP_OPTIONS

ลายเซ็น:

static INVALID_APP_OPTIONS: string;

AppErrorCodes.INVALID_ARGUMENT

ลายเซ็น:

static INVALID_ARGUMENT: string;

รหัสข้อผิดพลาดไม่ถูกต้อง_CREDENTIAL

ลายเซ็น:

static INVALID_CREDENTIAL: string;

AppErrorCodes.NETWORK_ERROR

ลายเซ็น:

static NETWORK_ERROR: string;

AppErrorCodes.NETWORK_TIMEOUT

ลายเซ็น:

static NETWORK_TIMEOUT: string;

AppErrorCodes.NO_APP

ลายเซ็น:

static NO_APP: string;

AppErrorCodes.UNABLE_TO_PARSE_RESPONSE

ลายเซ็น:

static UNABLE_TO_PARSE_RESPONSE: string;