check_aot_error Interface

public interface check_aot_error

Module Procedures

private subroutine check_aot_error_scalar(iError, key, event_string)

Auxiliary subroutine to check on errors from attempting to get values from the Lua script with aot_get_val.

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: iError

aoterr code to interpret (returned by aot_get_val)

character(len=*), intent(in) :: key

Lua key that was attempted to be read

character(len=*), intent(in), optional :: event_string

Optional event string to describe the circumstances

private subroutine check_aot_error_vector(iError, key, event_string)

Auxiliary subroutine to check on errors from attempting to get an array of values from the Lua script with aot_get_val.

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: iError(:)

aoterr code to interpret (returned by aot_get_val)

character(len=*), intent(in) :: key

Lua key that was attempted to be read

character(len=*), intent(in), optional :: event_string

Optional event string to describe the circumstances