Package com.baidu.mapapi.search.core
Enum Class SearchResult.ERRORNO
- All Implemented Interfaces:
Serializable,Comparable<SearchResult.ERRORNO>,Constable
- Enclosing class:
- SearchResult
检索结果状态定义
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription检索词有岐义检索地址有岐义距离超出限制,无可用骑行路线室内路线规划起点、终点不在支持室内路径规划的位置, 包括起终点在室内,但是该室内图不支持路线规划,对于该中场景, 可以通过判断点是否在室内区分。室内路线规划起终点不在同一个室内一体化路线不支持多个室内路线区域编码无效key有误跨城公共交通没有匹配的POI跨城公共交通错误码:参数无效跨城公共交通服务器内部错误网络错误网络超时没有高级权限经纬度所在地区无数据覆盖检索结果正常返回该城市不支持公交搜索不支持跨城市公交请求参数错误授权未完成poi室内检索bid错误poi室内检索floor错误poi室内检索服务错误请求错误没有找到检索结果参数错误服务器内部错误起终点太近 -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchResult.ERRORNOReturns the enum constant of this class with the specified name.static SearchResult.ERRORNO[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NO_ERROR
检索结果正常返回 -
RESULT_NOT_FOUND
没有找到检索结果 -
AMBIGUOUS_KEYWORD
检索词有岐义 -
AMBIGUOUS_ROURE_ADDR
检索地址有岐义 -
NOT_SUPPORT_BUS
该城市不支持公交搜索 -
NOT_SUPPORT_BUS_2CITY
不支持跨城市公交 -
ST_EN_TOO_NEAR
起终点太近 -
KEY_ERROR
key有误 -
PERMISSION_UNFINISHED
授权未完成 -
NETWORK_TIME_OUT
网络超时 -
NETWORK_ERROR
网络错误 -
POIINDOOR_BID_ERROR
poi室内检索bid错误 -
POIINDOOR_FLOOR_ERROR
poi室内检索floor错误 -
POIINDOOR_SERVER_ERROR
poi室内检索服务错误 -
INDOOR_ROUTE_NO_IN_BUILDING
室内路线规划起点、终点不在支持室内路径规划的位置, 包括起终点在室内,但是该室内图不支持路线规划,对于该中场景, 可以通过判断点是否在室内区分。 -
INDOOR_ROUTE_NO_IN_SAME_BUILDING
室内路线规划起终点不在同一个室内 -
MASS_TRANSIT_SERVER_ERROR
跨城公共交通服务器内部错误 -
MASS_TRANSIT_OPTION_ERROR
跨城公共交通错误码:参数无效 -
MASS_TRANSIT_NO_POI_ERROR
跨城公共交通没有匹配的POI -
SEARCH_SERVER_INTERNAL_ERROR
服务器内部错误 -
SEARCH_OPTION_ERROR
参数错误 -
REQUEST_ERROR
请求错误 -
NO_ADVANCED_PERMISSION
没有高级权限 -
INVALID_DISTRICT_ID
区域编码无效 -
NO_DATA_FOR_LATLNG
经纬度所在地区无数据覆盖 -
PARAMER_ERROR
请求参数错误 -
INTEGRAL_ROUTE_NOT_SUPPORT_MULTIPLE_INDOOR
一体化路线不支持多个室内路线 -
BIKE_ROUTE_DISTANCE_LIMIT
距离超出限制,无可用骑行路线
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-