Methods |
public
|
errorType(ErrorType::* $value): $this
Error type
|
#
|
public
|
message(string $value): $this
`sprintf()` format string that explains the error
sprintf() format string that explains the error
|
#
|
public
|
values(list<mixed[]|object|int|float|string|bool|null>|null $value): $this
Values applied to the message format string. Default: `[$entityName]`
Values applied to the message format string. Default: [$entityName]
|
#
|
public
|
level(MessageLevel::* $value): $this
Error severity/message level
Error severity/message level
|
#
|
public
|
entity(SyncEntityInterface|null $value): $this
Entity associated with the error
Entity associated with the error
|
#
|
public
|
entityName(string|null $value): $this
Display name of the entity associated with the error. Default: `$entity->getUri()`
Display name of the entity associated with the error. Default: $entity->getUri()
|
#
|
public
|
provider(SyncProviderInterface|null $value): $this
Sync provider associated with the error. Default: `$entity->getProvider()`
Sync provider associated with the error. Default: $entity->getProvider()
|
#
|