BMFSearchErrorCode enum Null safety
检索结果状态码
- Inheritance
 - 
    
- Object
 - Enum
 - BMFSearchErrorCode
 
 
Constructors
- BMFSearchErrorCode()
 - 
          
            const
 
Values
- NO_ERROR → const BMFSearchErrorCode
 - 
  
<检索结果正常返回
BMFSearchErrorCode() - AMBIGUOUS_KEYWORD → const BMFSearchErrorCode
 - 
  
<检索词有岐义
BMFSearchErrorCode() - AMBIGUOUS_ROURE_ADDR → const BMFSearchErrorCode
 - 
  
<检索地址有岐义
BMFSearchErrorCode() - NOT_SUPPORT_BUS → const BMFSearchErrorCode
 - 
  
<该城市不支持公交搜索
BMFSearchErrorCode() - NOT_SUPPORT_BUS_2CITY → const BMFSearchErrorCode
 - 
  
<不支持跨城市公交
BMFSearchErrorCode() - RESULT_NOT_FOUND → const BMFSearchErrorCode
 - 
  
<没有找到检索结果
BMFSearchErrorCode() - ST_EN_TOO_NEAR → const BMFSearchErrorCode
 - 
  
<起终点太近
BMFSearchErrorCode() - KEY_ERROR → const BMFSearchErrorCode
 - 
  
<key错误
BMFSearchErrorCode() - NETWOKR_ERROR → const BMFSearchErrorCode
 - 
  
<网络连接错误
BMFSearchErrorCode() - NETWOKR_TIMEOUT → const BMFSearchErrorCode
 - 
  
<网络连接超时
BMFSearchErrorCode() - PERMISSION_UNFINISHED → const BMFSearchErrorCode
 - 
  
<还未完成鉴权,请在鉴权通过后重试
BMFSearchErrorCode() - INDOOR_ID_ERROR → const BMFSearchErrorCode
 - 
  
<室内图ID错误
BMFSearchErrorCode() - FLOOR_ERROR → const BMFSearchErrorCode
 - 
  
<室内图检索楼层错误
BMFSearchErrorCode() - INDOOR_ROUTE_NO_IN_BUILDING → const BMFSearchErrorCode
 - 
  
<起终点不在支持室内路线的室内图内
BMFSearchErrorCode() - INDOOR_ROUTE_NO_IN_SAME_BUILDING → const BMFSearchErrorCode
 - 
  
<起终点不在同一个室内
BMFSearchErrorCode() - PARAMETER_ERROR → const BMFSearchErrorCode
 - 
  
<参数错误
BMFSearchErrorCode() - SERVER_ERROR → const BMFSearchErrorCode
 - 
  
<服务器错误
BMFSearchErrorCode() - SERVER_NO_PERMISSIONS → const BMFSearchErrorCode
 - 
  
<需开通权限功能,用户在API控制台中创建或设置某APP的时候禁用了某项服务,若需开通权限,可进入API控制台为AK勾选对应服务
BMFSearchErrorCode() - SERVER_NO_ADVANCED_PERMISSIONS → const BMFSearchErrorCode
 - 
  
<用户需开通高级权限功能
BMFSearchErrorCode() - SERVER_DISTRICT_NO_DATA → const BMFSearchErrorCode
 - 
  
<所在地区无数据覆盖
BMFSearchErrorCode() - SERVER_DISTRICT_ID_ERROR → const BMFSearchErrorCode
 - 
  
<天气服务查询的区域编码与约定的编码不符
BMFSearchErrorCode() - POIINDOOR_SERVER_ERROR → const BMFSearchErrorCode
 - 
  
<poi室内检索服务错误 Android独有
BMFSearchErrorCode() - MASS_TRANSIT_SERVER_ERROR → const BMFSearchErrorCode
 - 
  
<跨城公共交通服务器内部错误 Android独有
BMFSearchErrorCode() - MASS_TRANSIT_OPTION_ERROR → const BMFSearchErrorCode
 - 
  
<跨城公共交通错误码:参数无效 Android独有
BMFSearchErrorCode() - MASS_TRANSIT_NO_POI_ERROR → const BMFSearchErrorCode
 - 
  
<跨城公共交通没有匹配的POI Android独有
BMFSearchErrorCode() - REQUEST_ERROR → const BMFSearchErrorCode
 - 
  
<请求错误 Android独有
BMFSearchErrorCode() 
Properties
- hashCode → int
 - 
  The hash code for this object.
  read-only, inherited
 - index → int
 - 
  A numeric identifier for the enumerated value.
  read-only, inherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  read-only, inherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a non-existent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited
 
Constants
- 
    values
  → const List<
BMFSearchErrorCode>  - 
  A constant List of the values in this enum, in order of their declaration.
  
  
[NO_ERROR, AMBIGUOUS_KEYWORD, AMBIGUOUS_ROURE_ADDR, NOT_SUPPORT_BUS, NOT_SUPPORT_BUS_2CITY, RESULT_NOT_FOUND, ST_EN_TOO_NEAR, KEY_ERROR, NETWOKR_ERROR, NETWOKR_TIMEOUT, PERMISSION_UNFINISHED, INDOOR_I…