<?php
namespace Faker\Provider\bn_BD;
class Company extends \Faker\Provider\Company
{
protected static $formats = [
'{{companyName}} {{companyType}}',
];
protected static $names = [
'রহিম', 'করিম', 'বাবলু',
];
protected static $types = [
'সিমেন্ট', 'সার', 'ঢেউটিন',
];
public static function companyType()
{
return static::randomElement(static::$types);
}
public static function companyName()
{
return static::randomElement(static::$names);
}
}
In case of an error, the API will return an error response containing a specific error code 400, 403 Failed and a user-friendly message. Refer to our API documentation for a comprehensive list of error codes and their descriptions.