Class: Lumino::Error
- Inherits:
-
RefObject
- Object
- RefObject
- Lumino::Error
- Defined in:
- LuminoRubyDoc.rb
Overview
エラーに関係する処理を行います。
Instance Method Summary (collapse)
-
- (Object) get_last_error_code
最後に発生したエラーのエラーコードを取得します。.
-
- (String) get_last_error_message
最後に発生したエラーのエラーメッセージを取得します。.
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
最後に発生したエラーのエラーメッセージを取得します。
533 534 |
# File 'LuminoRubyDoc.rb', line 533 def end |