Skip to main content

odin_error_get_last_error

const char *odin_error_get_last_error(void);

Overview

Returns the error message from the last occurred error, if available. If no error is present, an empty string is returned.

Parameters

(None)

Return Value

TypeDescription
const char *The error message string, or an empty string if no error.