API ReferenceFunctionsodin_error_formatOn this pageodin_error_format const char *odin_error_format(enum OdinError error); Overview Detailed format string for the specified error code. Parameters NameTypeDescriptionerrorOdinErrorThe return code to format. Return Value TypeDescriptionconst char *The string representation of the error.