for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Acquia\LiftClient\Entity;
class LiftError extends Error
{
/**
* Gets the 'code' parameter.
*
* @return string The error code
*/
public function getCode()
return $this->getEntityValue('code', '');
}