Page MenuHomestyx hydra

DrydockLeaseAllocationFailureLogType.php
No OneTemporary

DrydockLeaseAllocationFailureLogType.php

<?php
final class DrydockLeaseAllocationFailureLogType extends DrydockLogType {
const LOGCONST = 'core.lease.allocation-failure';
public function getLogTypeName() {
return pht('Allocation Failed');
}
public function getLogTypeIcon(array $data) {
return 'fa-times red';
}
public function renderLog(array $data) {
$class = idx($data, 'class');
$message = idx($data, 'message');
return pht(
'One or more blueprints promised a new resource, but failed when '.
'allocating: [%s] %s',
$class,
$message);
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Jan 15, 2:04 AM (18 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
622653
Default Alt Text
DrydockLeaseAllocationFailureLogType.php (567 B)

Event Timeline