Experimental
Status codes returned by RouteResolver.diagnose.
'resolved'
'document_not_found'
'no_route_entry'
'empty_path'
'no_config'
'shard_not_found'
The status set may evolve.
Status codes returned by RouteResolver.diagnose.
'resolved'— URL resolved successfully'document_not_found'— No document exists with this ID'no_route_entry'— Document exists but its type has no route config'empty_path'— Route matched but pathExpression evaluated to null/empty'no_config'— No route config document found for the channel'shard_not_found'— Route entry exists but no shard has been built yetThe status set may evolve.