Lines Matching refs:error
92 * Print error value
95 print_unhandled_exception (jerry_value_t error_value) /**< error value */
211 /* Temporarily modify the error message, so we can use the path. */
216 /* Revert the error message. */
399 * Check whether a usage-related condition holds. If not, print an error
405 const char *msg, /**< error message to print if condition does not hold */
406 const char *opt) /**< optional part of the error message */
660 cli_state.error = "Internal error";
666 if (cli_state.error != NULL)
670 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: %s %s\n", cli_state.error, cli_state.arg);
674 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: %s\n", cli_state.error);
711 ret_value = jerry_create_error (JERRY_ERROR_COMMON, (jerry_char_t *) "Snapshot file load error");
740 ret_value = jerry_create_error (JERRY_ERROR_COMMON, (jerry_char_t *) "Source file load error");