getMessage method

String? getMessage(
  1. NetworkExceptionType type
)

获取错误消息

Implementation

String? getMessage(NetworkExceptionType type) {
  return messages[type];
}