Api\ArrayType\ApiArrayOfErrorProject::__construct PHP Method

__construct() public method

Constructor method for ArrayOfError
public __construct ( array $error = [] )
$error array
    public function __construct(array $error = array())
    {
        $this->setError($error);
    }