@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Type Alias ResolveUnresolvableReason

    ResolveUnresolvableReason:
        | "agent_not_listed"
        | "missing_authorization_type"
        | "unknown_authorization_type"
        | "missing_selector"
        | "no_match"
        | "signals_only"

    Type Declaration

    • "agent_not_listed"

      The agent URL is not listed in authorized_agents[] at all.

    • "missing_authorization_type"

      Entry exists but has no authorization_type discriminator.

    • "unknown_authorization_type"

      Entry has an authorization_type we do not recognize.

    • "missing_selector"

      Entry has a known authorization_type but the matching selector is missing/empty.

    • "no_match"

      Selector resolved to no properties (e.g., property_ids matched no top-level entry).

    • "signals_only"

      Entry uses a signals authorization type — no property output is appropriate.