Vertaling van "a TypeError" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
If the slot is already filled, a TypeError exception is raised.
Si le slot est déjà rempli, une exception TypeError est levée.
If invalid parameters are given, a TypeError will be thrown.
Otherwise a TypeError will be raised.
If your method does not accept a compatible set of parameters it will raise a TypeError exception.
Si votre méthode n'accepte pas un jeu de paramètres compatible, cela générera une exception TypeError.
If either of the parameters are not of the correct type or structure, a TypeError is thrown.
In strong mode, the returned value must be of the correct type, otherwise a TypeError will be thrown.
You can't modify the number of positional arguments in an already migrated custom field without raising a TypeError.
Il n'est pas possible de modifier le nombre de paramètres positionnels dans un champ personnalisé déjà migré sans générer une exception TypeError.
If there are any unfilled slots for which no default value is specified, a TypeError exception is raised.
S'il reste des slots pour lesquels aucune valeur par défaut n'est définie, une exception TypeError est levée.
In all three cases, if the argument does not have the proper type, a TypeError exception is raised.
Dans ces trois cas, si l'argument n'est pas du bon type, une exception TypeError est levée.
The mutation operations will throw a TypeError if there is an immutable guard (see below).
Les opérations de mutation vont provoquer une erreur TypeError si il y a une protection immutable (voir ci-dessous).
A value of null is returned if the index is out of range, and a TypeError is thrown if no argument is provided.
Une valeur null est renvoyée si l'index est hors des limites et une TypeError est lancée si aucun argument n'est fourni.
In strict mode, only a variable of exact type of the type declaration will be accepted, or a TypeError will be thrown.
However, starting a newborn generator with any value other than undefined when calling next() will result in a TypeError exception.
Cependant, appeler la méthode next() d'un générateur qui vient d'être créé avec toute autre valeur que undefined provoquera une exception TypeError.