extends |
SyncException |
|---|
| Methods | ||
|---|---|---|
public
|
getProvider(): SyncProviderInterface
|
# |
public
|
getEntityType(): string
|
# |
public
|
getEntityId(): int|string|null
|
# |
public
|
getEntity(): ?SyncEntityInterface
|
# |
public
|
getMetadata(): array
|
# |
| Methods inherited from Salient\Sync\Exception\SyncException |
|---|
getProviderName() |
| Methods inherited from Exception |
|---|
__wakeup(), getMessage(), getCode(), getFile(), getLine(), getTrace(), getPrevious(), getTraceAsString(), __toString() |
| Methods used from Salient\Core\Exception\ExceptionTrait |
|---|
__construct(), getExitStatus(), __toString() |
| Properties | |||
|---|---|---|---|
protected
|
SyncProviderInterface
|
$Provider
|
# |
protected
|
class-string<SyncEntityInterface>
|
$EntityType
|
# |
protected
|
int|string|null
|
$EntityId
|
# |
protected
|
?SyncEntityInterface
|
$Entity
|
# |
| Properties used from Salient\Core\Exception\ExceptionTrait |
|---|
$ExitStatus |