Von professionellen Übersetzern, Unternehmen, Websites und kostenlos verfügbaren Übersetzungsdatenbanken.
yes: das tag cfstoredproc.statuscode wird mit dem von der gespeicherten prozedur zurückgegebenen statuscode auffüllt.
yes: populates cfstoredproc.statuscode with status code returned by the stored procedure.
etwas später werden wir aber genau diesen statuscode prüfen wollen - das wird dann sicherlich nicht funktionieren können.
but just a bit later we will have to check exactly this status code - this won't work now, for sure
es wird nicht nur der header an den browser geschickt, sondern auch ein redirect (302) statuscode, wenn nicht bereits ein 3xx statuscode gesendet wurde.
not only does it send this header back to the browser, but it also returns a redirect (302) status code to the browser unless some 3xx status code has already been set.
dieser fehler tritt im obigen letzten schritt auf, wenn der client einen http-statuscode empfängt, den er als '400' erkennt.
this error occurs in the final step above when the client receives an http status code that it recognises as '400'.
mod_gzip_sendfile2 der http-statuscode der erzeugten antwort hat nicht den wert 200 - und nur bei diesem wert kann ein zu komprimierender dokumentinhalt vorliegen.
mod_gzip_sendfile2 the http status code of the created response doesn't have the value 200 - and only for this value we may have some compressable document content.
er funktioniert immer noch minimal, da er zumindest mit einem 503-statuscode reagieren kann, aber ein vollständiger service ist unmöglich, d.h. die website ist einfach nicht erreichbar.
it is still functioning minimally because it can at least respond with a 503 status code, but full service is impossible i.e. the web site is simply unavailable.
bei "no" und bei throwonerror = "yes": wenn cfhttp fehlschlägt, wird die ausführung angehalten, und der statuscode und die dazugehörige fehlermeldung werden in der variablen cfhttp.statuscode zurückgegeben.
if set to no and throwonerror is set to yes, execution stops if cfhttp fails, and the status code and associated error message are returned in the variable cfhttp.statuscode.