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.
The following syntax with the new operator will throw a TypeError
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.
Si l'un des paramètres n'a pas le bon type ou la bonne structure, une exception TypeError sera levée.
In strong mode, the returned value must be of the correct type, otherwise a TypeError will be thrown.
Dans le mode strict, la valeur retournée doit être du bon type sinon une exception TypeError sera levée.
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 partial implementation creates functions that do not have immutable "poison pill" caller and arguments properties that throw a TypeError upon get, set, or deletion.
Cette implémentation partielle crée des fonctions sans "pilule empoisonnée", les propriétés caller et arguments lancent des TypeError lorsque l'on fait un get, set, or deletion.
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.