ERROR OBJECT Meaning in Japanese - translations and usage examples

['erər 'ɒbdʒikt]
['erər 'ɒbdʒikt]
エラーオブジェクトを
errorオブジェクトが

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Only throw an Error object.
Errorオブジェクトのみをスローしてください。
An error object containing error code and message.
エラーコードとエラーメッセージを格納する、エラー通知用のオブジェクトです
Technically, we can use anything as an error object.
技術的には、エラーオブジェクトとしてなんでも使うことができます。
If there is no error, this error object will have a nil value.
問題が発生しない場合、エラーオブジェクトはnilとなります。
Each ServiceException instance may hold one or more Error objects.
ひとつあるいは複数のErrorオブジェクトが含まれます。
Methods, three constants, and one error object. You need to import the vim.
のメソッド、3つの定数、そして1つのエラーオブジェクトを実装しています。これを。
Errors are returned with an HTTP error code and an error object.
HTTPエラーコードとエラーオブジェクトで、エラーが返されます。
The callback takes an Error object as the first parameter if the reset fails.
リセットに失敗すると、コールバック関数は第1パラメータとしてErrorオブジェクトを取ります。
In the catch(err){…} block we analyze the error object err.
Catch(err){…}ブロックで、エラーオブジェクトerrを解析します。
JSONStore uses an error object to return messages about the cause of failures.
JSONStoreは、エラー・オブジェクトを使用して、障害の原因に関するメッセージを返します。
ErrorCallback Function Required Callback to return an error object upon a failed call.
ErrorCallbackFunction必須呼び出しの失敗時にエラーオブジェクトを返すコールバック。
The Error object can also be used as a baseobject for user-defined exceptions.
Errorオブジェクトは、ユーザー定義の例外の基底オブジェクトとして使用することもできます。
For all built-in errors, the error object has two main properties:.
すべての組み込みのエラーに対して、catchブロック内のエラーオブジェクトは2つの主なプロパティを持っています。:。
Help us translate this article! The Error constructor creates an error object.
Error-JavaScript|MDNErrorコンストラクターは、エラーオブジェクトを生成します。
An example of how to use an error object to determine how to handle an error is shown below.
エラーオブジェクトを使用してエラーの処理方法を決定する方法の例を以下に示します。
If there is an error while retrieving from the cache, then an Error object will be set here.
キャッシュからの取得中にエラーが発生した場合は、ここにErrorオブジェクトがセットされます。
When an error occurs in an API call, an error object will be passed as a parameter of the callback method.
APIの実行でエラーが発生すると、コールバックとなっているブロックの引数にエラーオブジェクトが渡されます。
Utilizing Error objects Depending on the type of error, you may be able to use the'name' and'message' properties to get a more refined message.
Errorオブジェクトの活用エラーの種類に応じてより手の込んだメッセージが得られるように、'name'および'message'プロパティを使うことができます。
This page documents the use of the Error object itself and its use as a constructor function.
このページは、Errorオブジェクト自体の使い方と、それをコンストラクタ関数として使うことについて記述します。
When an error occurs during a JSONStore operation(for example the find,and add methods in the JSONStoreInstance class) an error object is returned.
JSONStore操作(例えば、JSONStoreInstanceクラスのfindメソッドやaddメソッド)中にエラーが発生した場合、エラー・オブジェクトが返されます。
This page documents the use of the Error object itself and its use as a constructor function.
このページは、Errorオブジェクト自体の使い方と、それをコンストラクター関数として使うことについて書かれています。
If you have active duplicate rules and a duplicate is detected,SaveResult will contain an Error object with a data type of DuplicateError.
有効な重複ルールがあり重複が検出された場合、SaveResultにはデータ型がDuplicateErrorのErrorオブジェクトが含まれています。
But sometimes we have an error object coming from a 3rd-party library and there's no easy way to get its class.
しかし、ときにはサードパーティのライブラリから来たエラーオブジェクトを持っていて、簡単にそのクラスを取得する方法がないことがあります。
The err variable(we can use any name for it)will contain an error object with details about what happened.
Err変数(任意の名前が使えます)は発生した事象に関する詳細をもつエラーオブジェクトを含んでいます。
For browser-based clients using the postMessage API, the error object must be sent to the client via JavaScript, in the same way the access token is sent.
PostMessageAPIを用いたブラウザ・ベースのクライアントの場合、エラー・オブジェクトは、アクセス・トークンが送信されるのと同じ方法で、JavaScriptでクライアントに送信されなければなりません。
ErrorCallback Function Optional Callback to return an error object upon failure to initialize the LIFF app.
ErrorCallbackFunction任意LIFFアプリの初期化に失敗したときにエラーオブジェクトを返すコールバック。
Part of(PATH) is replaced in the file path to the error object, is part of the(LINE) will be replaced by the line number.
(PATH)の部分がエラー対象のファイルパスに置換され、(LINE)の部分が行番号に置換されます。
When an error occurs in a non-blocking API call, an error object will be passed as a parameter of the callback method.
ノンブロッキングAPIで問題が発生すると、コールバックメソッドの引数としてエラーオブジェクトが渡されます。
Callback(Required): A callback function that will be called åwith an Error object as the first parameter if there is an error..
Callback(必須):エラーがあった場合にErrorオブジェクトが第1パラメータにセットされて呼び出される、コールバック関数。
(The script developer needs to set Jfcerror on p. errors object.).
スクリプト開発者が、p.errorsオブジェクトにJfcerrorを設定する必要があります。)。
Results: 368, Time: 0.0286

Word-for-word translation

Top dictionary queries

English - Japanese