You are here

public constant SyncException::CODE_ENTITY_API_FAILURE in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 src/Exception/SyncException.php \Drupal\cms_content_sync\Exception\SyncException::CODE_ENTITY_API_FAILURE
  2. 2.1.x src/Exception/SyncException.php \Drupal\cms_content_sync\Exception\SyncException::CODE_ENTITY_API_FAILURE

The entity API returned an unexpected error at some point, e.g. when saving an entity. More information is available at {

See also

SyncException::$parentException}.

File

src/Exception/SyncException.php, line 19

Class

SyncException
Class SyncException, thrown if anything goes wrong during pull / push of entities for Content Sync. Will be caught by the Flow synchronization class, saved to the logs, presented to the user and returned to Sync Core.

Namespace

Drupal\cms_content_sync\Exception

Code

public const CODE_ENTITY_API_FAILURE = 'ENTITY_API_FAILURE';