You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Connector Framework


RuntimeException

Please provide valid refresh token

Happens when the refresh_token is empty for OAuth request


Could not retrieve refresh token for client

Happens when the OAuth request return an Unauthorized (401) or Forbidden (403) code 


Could not retrieve access token for user

Happens when the OAuth request return an Unauthorized (401) or Forbidden (403) code 


Cannot handle <specific content type> content type. Supported content types include JSON, XML and URLEncoded

Happens when the OAuth request return a different content type that JSON, XML or URLEncoded


Unable to get Crawl Controller. Component path null or empty

Happens when the crawl controller (component) path is null or empty


Unable to get Crawl Controller. Component path <path>

Happens when can not get the crawl controller from the specified path



Crawl Controller unavailable. Component path <path>

Happens when the crawl controller is null


Queue entry id empty or null

Happens when the crawl controller is null


  • No labels