Methods |
public
|
getType(): ErrorType::*
Get the error's type
|
#
|
public
|
getLevel(): MessageLevel::*
Get the error's severity/message level
Get the error's severity/message level
Implemented by
|
#
|
public
|
getCode(): string
Get a code unique to the error's type and severity/message level
Get a code unique to the error's type and severity/message level
Implemented by
|
#
|
public
|
getMessage(): string
Get an explanation of the error
Get an explanation of the error
Implemented by
|
#
|
public
|
getFormat(): string
Get an sprintf() format string that explains the error
Get an sprintf() format string that explains the error
Implemented by
|
#
|
public
|
getValues(): list<mixed[]|object|int|float|string|bool|null>
Get values applied to the message format string
Get values applied to the message format string
Implemented by
|
#
|
public
|
getProvider(): ?SyncProviderInterface
Get the sync provider associated with the error
Get the sync provider associated with the error
Implemented by
|
#
|
public
|
getEntity(): ?SyncEntityInterface
Get the entity associated with the error
Get the entity associated with the error
Implemented by
|
#
|
public
|
getEntityName(): ?string
Get the display name of the entity associated with the error
Get the display name of the entity associated with the error
Implemented by
|
#
|
public
|
getCount(): int
Get the number of times the error has been reported
Get the number of times the error has been reported
Implemented by
|
#
|
public
|
count(): static
Get an instance where the number of times the error has been reported is
incremented
Get an instance where the number of times the error has been reported is
incremented
Implemented by
|
#
|