pub fn run_list_boundaries(
options: &ListBoundariesOptions,
) -> Result<ListBoundariesProgrammaticOutput, ProgrammaticError>Expand description
Run list_boundaries through the API-owned runtime path.
§Errors
Returns a structured programmatic error for invalid options or config-load
failures, and FALLOW_CANCELLED when the caller’s cancellation token is
set. This route parses nothing: config load and file discovery are its only
stage, so the token is observed on either side of that and nowhere within
it.