Class: Lumino::Error

Inherits:
RefObject
  • Object
show all
Defined in:
LuminoRubyDoc.rb

Overview

エラーに関係する処理を行います。

Instance Method Summary (collapse)

Instance Method Details

- (Object) get_last_error_code

最後に発生したエラーのエラーコードを取得します。



528
529
# File 'LuminoRubyDoc.rb', line 528

def get_last_error_code
end

- (String) get_last_error_message

最後に発生したエラーのエラーメッセージを取得します。

Returns:

  • (String)

    メッセージ文字列のポインタ。



533
534
# File 'LuminoRubyDoc.rb', line 533

def get_last_error_message
end