<?php
namespace Faker\Provider\fr_BE;
class Company extends \Faker\Provider\fr_FR\Company
{
protected static $formats = [
'{{lastName}} {{companySuffix}}',
'{{lastName}}',
];
protected static $companySuffix = ['ASBL', 'SCS', 'SNC', 'SPRL', 'Associations', 'Entreprise individuelle', 'GEIE', 'GIE', 'SA', 'SCA', 'SCRI', 'SCRL'];
}
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.