Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Thrown by parseChipUrl when the input is not a chip URL.
parseChipUrl
import { ChipUrlError } from "@endstate-sdk/reader";
class ChipUrlError extends Error
try { parseChipUrl(url); } catch (error) { if (error instanceof ChipUrlError) showNotAnEndstateTag(); }