MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / AdapterError

Class AdapterError

scripts/website/syndicate_browser_posts.py:126–127  ·  view source on GitHub ↗

Raised when an adapter cannot complete its flow.

Source from the content-addressed store, hash-verified

124
125
126class AdapterError(RuntimeError):
127 """Raised when an adapter cannot complete its flow."""
128
129
130def _find_first(page, selectors: list[str], *, timeout: int = 15000):

Callers 5

_find_firstFunction · 0.85
submit_draftMethod · 0.85
_rest_postMethod · 0.85
storage_state_pathMethod · 0.85
run_adapterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected