ERROR HANDLER Meaning in Japanese - translations and usage examples

['erər 'hændlər]
['erər 'hændlər]
エラーハンドラ
error handler

Examples of using Error handler in English and their translations into Japanese

{-}
  • Programming category close
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
The default error handler.
デフォルトのエラー処理
The error handler we added on the EnsureAuthenticated plug.
エラーハンドラはEnsureAuthenticatedPlugに追加しました。
This is the most basic error handler.
これはもっとも基本的なエラー処理です
Express comes with a default error handler so you don't need to write your own to get started.
Expressにはデフォルトのエラーハンドラが付属しているので、自分で作成する必要はありません。
Invokes the command defined as the local I/O error handler.
ローカルI/Oエラーハンドラとして定義されたコマンドを呼び出します。
Or if we forget to append an error handler to the end of the chain, like here:.
もしくは次のようにチェーンの終わりにエラーハンドラを追加し忘れている場合です。:。
Call-local-io-error Invokes the command defined as the local I/O error handler.
Call-local-io-errorローカルI/Oエラーハンドラとして定義されたコマンドを呼び出します。
Alternatively, you can install an error handler for a status code:.
あるいは、ステータスコードに対応するエラーハンドラを設定することもできます。
In other words,result2 is accessible from step 3 but it is not accessible from the error handler.
すなわち、result2はステップ3からアクセスすることが可能ですが、エラーハンドラーからアクセスすることはできません。
See also error reporting(), set error handler(), restore error handler(), user error..
Error_reporting(),set_error_handler(),restore_error_handler(),user_error()も参照下さい。
At runtime, Architect evaluates a parameter with an invalid NOT_SET value,it invokes an error handler.
Architectは、ランタイムに無効なNOT_SET値を持つパラメーターを評価するとエラーハンドラーを呼び出します。
When set to false, the error handler installed by convertErrorsToExceptions will not convert E_WARNING or E_USER_WARNING errors to exceptions.
Falseにすると、convertErrorsToExceptionsでインストールしたエラーハンドラがE_WARNINGやE_USER_WARNINGを例外に変換しなくなります。
Changed in version 3.5: The'namereplace' error handler was added.
バージョン3.5で追加:'namereplace'エラーハンドラです。
The default error handler Express comes with a built-in error handler that takes care of any errors that might be encountered in the app.
デフォルトのエラー処理Expressには、アプリケーションで発生する可能性のあるエラー処理するビルトインエラーハンドラが付属しています。
Changed in version 3.5: The'namereplace' error handler was added.
バージョン3.5で変更:'namereplace'エラーハンドラが追加されました。
When set to false, the error handler installed by convertErrorsToExceptions will not convert E_NOTICE, E_USER_NOTICE, or E_STRICT errors to exceptions.
Falseにすると、convertErrorsToExceptionsでインストールしたエラーハンドラがE_NOTICEやE_USER_NOTICEそしてE_STRICTを例外に変換しなくなります。
When we throw an error,the engine looks for the closest try/ catch error handler up the call stack.
私たちがエラーをthrowしたとき、エンジンはコールスタック上方の一番近いtry/catchエラーハンドラを見つけます。
Sinatra installs special not_found and error handlers when running under the development environment to display nice stack traces and additional debugging information in your browser.
Sinatraを開発環境の下で実行している場合は、特別なnot_foundおよびerrorハンドラが導入され、これは親切なスタックトレースと追加のデバッギング情報をブラウザに表示します。
The incoming request object can be accessed from request level(filter,routes, error handlers) through the request method:.
受信するリクエストオブジェクトは、requestメソッドを通じてリクエストレベル(フィルタ、ルーティング、エラーハンドラ)からアクセスすることができます。
If you pass an error to next()and you do not handle it in a custom error handler, it will be handled by the built-in error handler; the error will be written to the client with the stack trace.
Next()にエラーを渡し、カスタムエラーハンドラでそれを処理しない場合、それは組み込みのエラーハンドラによって処理されます。エラーはスタックトレースを使用してクライアントに書き込まれます。
If a byte sequence can be decoded as a surrogate character,escape the bytes using the surrogateescape error handler instead of decoding them.
バイト列がサロゲート文字としてデコードされる場合は、そのままデコードするのではなくsurrogateescapeエラーハンドラを使ってバイト列をエスケープします。
When OpenCV is built in DEBUG configuration, the error handler provokes memory access violation, so that the full call stack and context can be analyzed with debugger. Help and Feedback You did not find what you were looking for?
OpenCVがデバッグ設定でビルドされた場合,エラーハンドラはメモリアクセス違反を引き起こして,完全なコールスタックとコンテクストをデバッガで分析できるようにします.ヘルプとフィードバックお探しの情報が見つかりませんか?
Structure of a protected blockWhen any of the steps within the protected block fail, error handlers control what happens before the job finally exits.
保護されたブロックの構造保護されたブロック内の1つのステップに失敗すると、エラーハンドラーは、ジョブが終了される前に何が起こるかを管理します。
Socket addresses are represented as follows: The address of an AF_UNIX socket bound to a file system node is represented as a string,using the file system encoding and the'surrogateescape' error handler see PEP 383.
ソケットアドレスは次の通りです。ファイルシステム上のノードに束縛されたAF_UNIXソケットのアドレスは、ファイルシステムエンコーディングと'surrogateescape'エラーハンドラ(PEP383を参照)を使って文字列として表現されます。
However, an application error can cause all documents to terminate,even though the EmEditor's error handler can try to save unsaved documents when an application error happens.
しかし、アプリケーションエラーが発生すると、EmEditorのエラーハンドラが保存されていない文書の保存を試行しますが、すべての文書が終了することになります。
Sometimes you may wish to throw an exception if a model is not found,allowing you to catch the exceptions using an App::error handler and display a 404 page.
モデルが見つからない場合、例外を投げたいこともあることでしょう。例外はApp::errorハンドラーを使用して捕捉し、404ページを表示することが可能です。
In the"development" environment all templates are reloaded between requests,and special not_found and error handlers display stack traces in your browser.
Development"環境において、すべてのテンプレートは、各リクエスト間で再ロードされ、そして、特別のnot_foundおよびerrorハンドラがブラウザにスタックトレースを表示します。
If PHP's default error handling is inadequate,you can also handle many types of error with your own custom error handler by installing it with set_error_handler().
PHPのデフォルトのエラー処理では不十分な場合は、自作のエラーハンドラを用意して、それをset_error_handler()で設定することもできます。
Results: 28, Time: 0.0298

Word-for-word translation

Top dictionary queries

English - Japanese