Guides
Tutorials
An exception which has a serializable application-specific error code.
interface ApiPlatform\Exception\ErrorCodeSerializableInterface
{
public getErrorCode(): string
}
interface ApiPlatform\Exception\ErrorCodeSerializableInterface
{
public getErrorCode(): string
}
Gets the application-specific error code.
public getErrorCode(): string
public getErrorCode(): string
string