menu
summi_eid package
documentation
eid_error_code.dart
EidErrorCode
getMessage static method
getMessage static method
dark_mode
light_mode
getMessage
static method
String
getMessage
(
int
code
)
获取错误码对应的消息
Implementation
static String getMessage(int code) { return errorMessages[code] ?? '未知错误码: $code'; }
summi_eid package
documentation
eid_error_code
EidErrorCode
getMessage static method
EidErrorCode class