ErrLookup › bchavez/Bogus

bchavez/Bogus

:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js. · C# · 193 source files

Analyzed at 6ece18c5c2 on 2026-08-13. 43 documented errors.

Code / MessageTypeSeverityTags
The locale '{locale}' does not exist. To see all available l
exception error locale, configuration, i18n, argument-validation
Invalid country code
exception error enum, argument-validation, address, defensive-guard
The country code must be an ISO3166 two-letter country code.
exception error finance, iban, argument-validation, iso3166
The ISO3166 IBAN country code '{countryCode}' was not found.
exception error finance, iban, data-lookup, iso3166
{nameof(year)} must be between 1858 and 2057.
exception error denmark, cpr, date-validation, national-id
{nameof(year)} must be between 1854 and 2039.
exception error norway, fodselsnummer, date-validation, national-id
PESEL for the year below 1800 is invalid.
exception error poland, pesel, date-validation, national-id
PESEL for year above 2300 is invalid.
exception error poland, pesel, date-validation, national-id
{nameof(p.DateOfBirth.Year)} must be between 1900 and 2099.
exception error romania, cnp, date-validation, national-id, message-bug
Gender not handled.
exception error sweden, enum, argument-validation, national-id, defensive-guard
Can only accept registration dates between {EarliestRegistra
exception error united-kingdom, registration-plate, date-validation, vehicle
The specified property '{property.Name}' does not have a set
exception error reflection, property, argument-validation, faker
[{registrationNumberType}] is not a supported [{nameof(VatRe
exception error united-kingdom, vat, enum, not-implemented, finance
{nameof(amountToPick)} needs to be a positive integer.
exception error faker, argument-validation, collections
{nameof(amountToPick)} is greater than the number of items.
exception error faker, argument-validation, collections
.{nameof(OrNull)}() {nameof(nullWeight)} of '{nullWeight}' m
exception error faker, ornull, argument-validation, probability
.{nameof(OrDefault)}() {nameof(defaultWeight)} of '{defaultW
exception error faker, ordefault, argument-validation, probability
{nameof(TType)} must be the same type as parameter named '{n
exception error bogus, rulefortype, type-mismatch, generic
Cannot create a rule set within a rule set.
exception error bogus, ruleset, nested-config
alphabet must contain at least 4 unique characters.
exception error bogus, hashids, config, alphabet
A premium license is required to use this API. Please double
exception critical bogus, premium, license, configuration
Your expression '{expressionString}' cant be used. Nested ac
exception error bogus, propertyname, expression, nested-accessor
Expression was not of the form 'x => x.Property or x => x.Fi
exception error bogus, propertyname, expression, member-access
max digit can't be lager than 9 or smaller than 0
exception error bogus, randomizer, digits, range-validation
The min/max range is invalid. The minimum value '{min}' is g
exception error bogus, randomizer, even, range-validation
The specified range does not contain any even numbers.
exception error bogus, randomizer, even, empty-range
The specified range does not contain any odd numbers.
exception error bogus, randomizer, odd, empty-range
The array is empty. There are no items to select.
exception error bogus, randomizer, arrayelement, empty-collection
The list is empty. There are no items to select.
exception error bogus, randomizer, listitem, empty-collection
The collection is empty. There are no items to select.
exception error bogus, randomizer, collectionitem, empty-collection
When calling Enum<T>() with no parameters T must be an enum.
exception error bogus, randomizer, enum, type-validation
There are no values after exclusion to choose from.
exception error bogus, randomizer, enum, exclusion
The {nameof(count)} parameter is {count} and the calculated
exception error bogus, randomizer, enumvalues, count-validation
{nameof(items)}.Length and {nameof(weights)}.Length must be
exception error bogus, randomizer, weighted, length-mismatch
An item with the same key has already been added.
exception error bogus, rule, multiset, duplicate-key
Unknown method {methodName} can't be found.
exception error bogus, tokenizer, mustash, handlebars, unknown-method
Can't parse {methodName} because the dataset was not provide
exception error mustache-template, dataset, tokenizer, bogus
Cannot find a method '{methodName}' that could accept {argum
exception error mustache-template, method-overload, argument-count, tokenizer
One of the arguments for {mm.Name} is out of supported range
exception error mustache-template, argument-range, overflow, tokenizer
One of the arguments for {mm.Name} cannot be converted to ta
exception error mustache-template, type-conversion, tokenizer
Cannot parse arguments for {mm.Name}. Argument list: {string
exception error mustache-template, argument-parsing, enum, tokenizer
The method call '{methodCall}' is missing a terminating ')'
exception error mustache-template, syntax, parentheses, tokenizer
{nameof(type)} is not valid.
exception error user-agent, argument-range, vendor, internal