Name | Summary | Category |
error_code | The [Error_Code] method returns the current error code. Lasso keeps track of one error code which can be set by any tag. Calling [Error_Msg] and [Error_Code] immediately after calling certain methods... | Error |
error_msg | The [Error_Msg] method returns the current error message. Lasso keeps track of one error message which can be set by any tag. Calling [Error_Msg] and [Error_Code] immediately after calling certain... | Error |
error_obj | [err_obj] returns the current error name from the lasso variable _err_obj or null if no error object is present. | Error |
error_push | [Error_Push] stores the current error code and error message in a stack and then resets the current error code to 0 and the current error message to empty. The stored error code and error message can... | Error |
error_pop | [Error_Pop] restores the error code and error message from an earlier [Error_Push] call. [Error_Push] and [Error_Pop] can be used to maintain the current error code while executing code which... | Error |
error_msg_invalidParameter | [error_msg_invalidParameter] returns a string message for the invalidParameter error condition. | Error |
error_code_invalidparameter | [error_code_invalidparameter] returns a numeric code for the invalidParameter error condition. | Error |
error_msg_networkError | [error_msg_networkError] returns the error message "Network Error" when called. This is a lookup only and not an indicator of network condition when invoked. | Error |
error_code_networkError | [error_code_networkError] returns the error code -9965 when called. This is a lookup only and not an indicator of network condition when invoked. | Error |
error_msg_runtimeAssertion | [error_msg_runtimeAssertion] returns a string message for the runtimeAssertion error condition. | Error |
error_code_runtimeAssertion | [error_code_runtimeAssertion] returns a numeric code for the runtimeAssertion error condition. | Error |
error_msg_methodNotFound | [error_msg_methodNotFound] returns a string message for the methodNotFound error condition. | Error |
error_code_methodNotFound | [error_code_methodNotFound] returns a numeric code for the methodNotFound error condition. | Error |
error_msg_resNotFound | [error_msg_resNotFound] returns a string message for the resNotFound error condition. | Error |
error_code_resNotFound | [error_code_resNotFound] returns a numeric code for the resNotFound error condition. | Error |
error_msg_fileNotFound | [error_msg_fileNotFound] returns a string message for the fileNotFound error condition. | Error |
error_code_fileNotFound | [error_code_fileNotFound] returns a numeric code for the fileNotFound error condition. | Error |
error_msg_aborted | [error_msg_aborted] returns a string message for the aborted error condition. | Error |
error_code_aborted | [error_code_aborted] returns a numeric code for the aborted error condition. | Error |
error_msg_divideByZero | [error_msg_divideByZero] returns a string message for the divideByZero error condition. | Error |
error_code_divideByZero | [error_code_divideByZero] returns a numeric code for the divideByZero error condition. | Error |
error_msg_noerror | [error_msg_noerror] returns a string message for the noError error condition. | Error |
error_code_noerror | [error_code_noerror] returns a numeric code for the noError error condition. | Error |
abort | [Abort] aborts processing the current thread. All current [handle]s will still be executed. A [protect] block will not stop an abort, but an abort can be halted by calling [abort_clear]. During... | Error |
Error_CurrentError | [Error_CurrentError] returns the current error code or error message.
Included for backwards compatibility.
Please use [error_code] and [error_msg] to... |
Error |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft