CTR NEX API Reference
nn::nex::PythonCoreErrorCode 名前空間

Namespace for enum ErrorCode. [詳解]

列挙型

enum  ErrorCode { ,
  Exception = 1,
  TypeError = 2,
  IndexError = 3,
  InvalidReference = 4,
  CallFailure = 5,
  MemoryError = 6,
  KeyError = 7,
  OperationError = 8,
  ConversionError = 9,
  ValidationError = 10
}
 PythonCore モジュールのエラーコード。サーバー側で発生したエラーを表します。 [詳解]
 

詳解

Namespace for enum ErrorCode.

PythonCore モジュールのエラーコードを定義する名前空間です。

列挙型詳解

PythonCore モジュールのエラーコード。サーバー側で発生したエラーを表します。

列挙値
Exception 

The operation raised an exception.

例外発生

TypeError 

The operation was applied to an object of inappropriate type.

型変換エラー

IndexError 

A sequence subscript is out of range.

範囲外のindex

InvalidReference 

The operation specifies or accesses an invalid reference.

不正な参照

CallFailure 

The call failed to complete.

処理を中断した

MemoryError 

There was not enough memory available to complete the operation.

メモリ不足

KeyError 

The mapping (dictionary) key was not found in the set of existing keys.

キーが存在しない

OperationError 

The operation raised an error.

処理を中断した

ConversionError 

Conversion of Python values to or from another language produced an error.

python から 他の言語への変換でエラーが発生

ValidationError 

The caller of the operation does not have the necessary permission to perform the operation.

許可されていないオペレーション